tweedegolf/Build Container Image

Create a docker container image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagsList of image tags (newline separated) for the resulting container imageyes
pushIf true, the image will be pushed to the registrynofalse
platformsComma separated list of platforms to build the image for, i.e. 'linux/amd64,linux/arm64'nolinux/amd64
contextContext directory for the container image buildno.
build-argsList of build arguments (newline separated) to be inserted in the container image buildno""
fileName of the dockerfile to buildnoDockerfile
no-cacheSet to false to enable caching of docker layersnotrue
pullPull base images from the registry when not available locallynotrue
tokenGitHub token for logging into the ghcr container registryno${{ github.token }}
loadMake the built image available to the current job. Load is a shorthand for `--output=type=docker`nofalse

no outputs