infinite-automations/container-build-push
Simple github action that uses various docker actions to build and publish multiarch container images with meaningful tags.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| context | build's context is the set of files located in the specified path | — | . |
| file | path to the Dockerfile (default ./Dockerfile) | — | ./Dockerfile |
| checkout-deploy-key | checkout deploy key | — | "" |
| registry | container registry | yes | ghcr.io |
| user | container registry user | yes | ${{ github.actor }} |
| token | container registry token | yes | — |
| push | push the image to the registry | — | true |
| provenance | generate provenance attestation for the build | — | false |
| platforms | container target platforms | — | linux/amd64,linux/arm/v7,linux/arm64 |
Outputs
no outputs