vivantehealth/Promote docker image

Adds current branch tag and specified environment tag to a docker image. Determines source tag by examining PR that introduced the current commit.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagNew tag to apply to imageyes
add_ref_tagWhether to apply a docker tag based on the current branch or github tagnotrue
image_nameName of the docker image. Image will be available in the registry at a location such as 'us-docker.pkg.dev/build-artifacts-tools-b6f1/<repo-name>/<image_name>:<git_sha>'.noimage
workload_identity_providerGoogle CLoud Workload Identity Provideryes
gcp_service_accountGoogle Service Accountyes
docker_registryDocker registry URIyes
namedescription
unique_docker_tagDocker tag of the image that got promoted. This is used when the stack also contains a consumer of this image. For example, when terraform deploys cloud run using the image promoted here, it should specify a unique tag, rather than an environment tag, in order to deploy atomicly.