actions-marketplace-validations/Create Cloud Deploy Release

Use this action to create a release in Cloud Deploy.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 2, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/google-github-actions_create-cloud-deploy-release@0da6d9c5a288abb58ad78385750dea3ca8c7dcdb # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
nameThe name of the release.yes
delivery_pipelineThe delivery pipeline to use for the release.yes
regionRegion in which the delivery pipeline can be found.no
sourceThe location of the files to be included in the release.no
build_artifactsPath to a Skaffold output file containing the details of the image(s) to be released.no
imagesThe images to be released.no
disable_initial_rolloutPrevent the release being deployed to the first target in the delivery pipeline.nofalse
gcs_source_staging_dirA directory in Google Cloud Storage to copy the source used for staging the build.no
skaffold_filePath of the skaffold file absolute or relative to the source directory.no
annotationsAdd additional annotations to the release.no
labelsAdd additional labels to the release.no
descriptionInclude a description of the release.no
deploy_parametersAdditional parameters to supply at release creation time.no
project_idThe Google Cloud Project ID. If unset, this is inherited from the environment.no
flagsSpace separated list of other Cloud Deploy flags, examples can be found: https://cloud.google.com/sdk/gcloud/reference/deploy/releases/create#FLAGS Example: '--from-k8s-manifest=manifest.yaml --skaffold-version=skaffold_preview'no
gcloud_versionVersion of the Cloud SDK to install. If unspecified or set to "latest", the latest available gcloud SDK version for the target platform will be installed. Example: "290.0.1".no
gcloud_componentVersion of the Cloud SDK components to install and use. If unspecified, the latest or released version will be used. This is the equivalent of running 'gcloud alpha run' or 'gcloud beta run'. Valid values are `alpha` or `beta`.no
namedescription
nameThe full name of the release in Cloud Deploy, including project and pipeline names, as well as the chosen name of the release itself.
linkA link to the Cloud Deploy release in the Google Cloud Web Console.