actions-marketplace-validations/Docker action with gcr authentication helper

Simple extension for the docker/github-actions for able to support default GCR authentication in self-hosted runners.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cmdcommands to run( build-push | build | push ).nobuild-push
registryServer address of Docker registry. If not set then will default to Docker Hubnoeu.gcr.io
repositoryDocker repository to tag the image withyes
tagsComma-delimited list of tags. These will be added to the registry/repository to form the image's tagsno
tag_with_refAutomatically tags the built image with the git reference as per the readmenotrue
tag_with_shaAutomatically tags the built image with the git short SHA as per the readmenotrue
pathPath to run docker build fromno.
dockerfileName of the Dockerfile (Default is 'path/Dockerfile')no
targetSets the target stage to buildno
always_pullAlways attempt to pull a newer version of the imagenotrue
build_argsComma-delimited list of build-time variablesno
cache_fromsComma-delimited list of images to consider as cache sourcesno
labelsComma-delimited list of labels to add to the built imageno
add_git_labelsAdds labels with git repository information to the built imagenotrue
pushWhether to push the imagenotrue

no outputs