a94763075/Push Docker Image to GAR by github action

Builds and pushes a Docker image to Google Artifact Registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Mar 4, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: a94763075/push-to-gar-github-action@9a51221601202c72720ccc9c0a41bdeef6198548 # v0.3.3

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

namedescriptionrequireddefault
gcloud_service_keyThe GCP service account key in base64 encoded JSONyes
project_idThe GCP project IDyes
registryThe GAR registry locationyes
repositoryThe GAR repository nameyes
image_nameThe name of the Docker imageyes
image_tagsComma-separated list of tags for the Docker imageyes
dockerfilePath to the Dockerfileyes
build_argsBuild arguments for Dockerno
build_args_by_newlineBuild arguments for Docker, separated by newlinesno
stageThe stage of the deploymentnodev
targetThe target stage to stop the build atno""
free_docker_build_parameterCustom Docker build parametersno""

no outputs