hexsleeves/Build Container

Builds container images

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 24, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: hexsleeves/deploy-container-action@364ef84b6fcf432f09cddd6e962584c56c10ae00 # v0.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
image_namename of the image to buildyes
image_variantname of the image variantno""
versionprimary tag to assign to the imageyes
supportlatest, gts, or emptyno""
extra_tagsextra tags to be passed to buildahno
extra_build_argsextra args to be passed to buildahno""
signing_keykey to sign imagesyes
targettarget to build in Containerfilenonone
container_registryregistry to store resulting containernoghcr.io/${{ github.repository_owner }}
container_reporepository for the container imageno${{ github.repository }}
container_refrepository ref for the container imageno${{ github.ref }}
push_containerwhether to push the resulting container imagenotrue
filepath to the Containerfileno./Containerfile

no outputs