jemand771/docker-build

Build docker image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENToken for accessing GHCR. Set to secrets. Set to GITHUB_TOKEN. Omit to disable docker login.no
platformsList of target platforms for docker buildxnolinux/amd64,linux/arm64,linux/arm/v7
imagesList of names to tag the image withnoghcr.io/${{ github.repository }}
contextContext for buildx to useno.
filePath of the Dockerfile to useno
push_strategyHow to publish images. Can be one of none, push, artifactnopush
argsarguments to pass to docker build (ARG in dockerfile)no""
tag-semverwhether to tag using semver, i.e. v1.2.3 turns into :1, :1.2, and :1.2.3notrue
tag-branchwhether to tag pushes to any branch as pr-<branch>notrue
tag-prwhether to tag all PRs as pr-<number>notrue
tag-sha-shortwhether to tag all commits as sha-<short hash>nofalse
tag-sha-longwhether to tag all commits as sha-<hash>nofalse
tag-datetimewhether to tag all builds with their build date and timenofalse
tag-datewhether to tag all builds with their build datenofalse
extra-tag-rulesextra rules to pass to docker/metadata-actionno""
disable-cachedisable buildx docker cachenofalse
targettarget stage to buildno""

no outputs