actions-marketplace-validations/Create Release to Cloud Deploy

Use this action to create a release to Google Cloud Platform Cloud Deploy

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 2, 2022
License
Apache 2.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/gcp-clouddeploy-ecosystem_release-clouddeploy@922c7999bc416c0167ee2ddd4d23b13b359ee54a # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
releaseName of the release, it needs to be unique in the pipeline.yes
delivery-pipelineName of the DeliveryPipeline resource.yes
regionRegion in which the resource can be found.nous-central1
annotationsComma separated annotations to add to the release.no
betaUse `gcloud beta` commandnofalse
labelsComma separated labels to add to the release.no
descriptionDescription to add to the releaseno
gcs-source-staging-dirLocation of the Cloud Storage bucket to copy the source used for staging the build. If not set, the default bucket gs://[PROJECT_ID]_clouddeploy/source will be used.no
ignore-fileFile(s) to ignore on source upload.no
to-targetRollout targetno
build-artifactsReference to a Skaffold build artifacts output fileno
sourceLocation to the source that contains skaffold.yaml.no
imagesReference to a collection of individual image name to image full path replacements.no
project-idThe GCP project ID. Overrides project ID set by credentials.no
credentialsService account key to use for authentication. This should be the JSON formatted private key which can be exported from the Cloud Console. The value can be raw or base64-encoded. Required if not using a the setup-gcloud action with exported credentials.no
flagsSpace separated list of other Cloud Run flags, examples can be found: https://cloud.google.com/sdk/gcloud/reference/run/deploy#FLAGS. Ex --service-account=my-account@project.iam.gserviceaccount.com --concurrency=10no
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

no outputs