We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bb196 commit c240119Copy full SHA for c240119
1 file changed
cloudbuild-promote-staging-to-prod.yaml
@@ -15,7 +15,7 @@ steps:
15
- -c
16
- |
17
gcloud beta run deploy $_SERVICE_NAME \
18
- --image "gcr.io/$PROJECT_ID/$REPO_NAME:$(cat /workspace/sourceDigest)" \
+ --image "gcr.io/$PROJECT_ID/$REPO_NAME@$(cat /workspace/sourceDigest)" \
19
--region $_REGION \
20
--platform $_PLATFORM \
21
--set-env-vars "GCP_PROJECT=$PROJECT_ID,LOG_ID_ENV=PROD" \
0 commit comments