actions-marketplace-validations/Create Release to Cloud Deploy
Use this action to create a release to Google Cloud Platform Cloud Deploy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 2, 2022
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/gcp-clouddeploy-ecosystem_release-clouddeploy@922c7999bc416c0167ee2ddd4d23b13b359ee54a # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| release | Name of the release, it needs to be unique in the pipeline. | yes | — |
| delivery-pipeline | Name of the DeliveryPipeline resource. | yes | — |
| region | Region in which the resource can be found. | no | us-central1 |
| annotations | Comma separated annotations to add to the release. | no | — |
| beta | Use `gcloud beta` command | no | false |
| labels | Comma separated labels to add to the release. | no | — |
| description | Description to add to the release | no | — |
| gcs-source-staging-dir | Location 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-file | File(s) to ignore on source upload. | no | — |
| to-target | Rollout target | no | — |
| build-artifacts | Reference to a Skaffold build artifacts output file | no | — |
| source | Location to the source that contains skaffold.yaml. | no | — |
| images | Reference to a collection of individual image name to image full path replacements. | no | — |
| project-id | The GCP project ID. Overrides project ID set by credentials. | no | — |
| credentials | Service 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 | — |
| flags | Space 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=10 | no | — |
| gcloud-version | Version 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 | — |
Outputs
no outputs