Skip to content

Commit c240119

Browse files
author
Travis Tomsu
authored
fix(prod): Use digest syntax (#16)
1 parent a7bb196 commit c240119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild-promote-staging-to-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
- -c
1616
- |
1717
gcloud beta run deploy $_SERVICE_NAME \
18-
--image "gcr.io/$PROJECT_ID/$REPO_NAME:$(cat /workspace/sourceDigest)" \
18+
--image "gcr.io/$PROJECT_ID/$REPO_NAME@$(cat /workspace/sourceDigest)" \
1919
--region $_REGION \
2020
--platform $_PLATFORM \
2121
--set-env-vars "GCP_PROJECT=$PROJECT_ID,LOG_ID_ENV=PROD" \

0 commit comments

Comments
 (0)