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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
contextbuild's context is the set of files located in the specified path.
filepath to the Dockerfile (default ./Dockerfile)./Dockerfile
checkout-deploy-keycheckout deploy key""
registrycontainer registryyesghcr.io
usercontainer registry useryes${{ github.actor }}
tokencontainer registry tokenyes
pushpush the image to the registrytrue
provenancegenerate provenance attestation for the buildfalse
platformscontainer target platformslinux/amd64,linux/arm/v7,linux/arm64

no outputs