File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ steps:
2727 - ' PROJECT_ID=$PROJECT_ID'
2828 - ' BRANCH_NAME=$BRANCH_NAME'
2929 - ' TAG_NAME=$TAG_NAME'
30- - name : ' gcr.io/google- cloud-sdk'
30+ - name : ' gcr.io/google.com/cloudsdktool/ cloud-sdk'
3131 script : |
3232 #!/usr/bin/env bash
3333 set -x
3434 gcloud run deploy image-proxy-server \
3535 --image="us-central1-docker.pkg.dev/$PROJECT_ID/image-proxy/image-proxy:$TAG_NAME" \
3636 --region="us-central1" \
3737 --platform="managed" \
38- --quiet
39- --set-env-vars HMAC_KEY_ID=' projects/$PROJECT_ID/locations/us-central1/keyRings/image-proxy-key-ring/cryptoKeys/image-proxy-mac-key/cryptoKeyVersions/1'
40- --service-account=image-proxy@$PROJECT_ID.iam.gserviceaccount.com
38+ --quiet \
39+ --set-env-vars HMAC_KEY_ID=" projects/$PROJECT_ID/locations/us-central1/keyRings/image-proxy-key-ring/cryptoKeys/image-proxy-mac-key/cryptoKeyVersions/1" \
40+ --service-account=" image-proxy@$PROJECT_ID.iam.gserviceaccount.com"
4141 env :
4242 - ' PROJECT_ID=$PROJECT_ID'
4343 - ' TAG_NAME=$TAG_NAME'
You can’t perform that action at this time.
0 commit comments