We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8448b6a commit 24e3e7aCopy full SHA for 24e3e7a
tool/build_image_proxy.yaml
@@ -35,6 +35,8 @@ steps:
35
--region="us-central1" \
36
--platform="managed" \
37
--quiet
38
+ --set-env-vars HMAC_KEY_ID='projects/$PROJECT_ID/locations/us-central1/keyRings/image-proxy-key-ring/cryptoKeys/image-proxy-mac-key/cryptoKeyVersions/1'
39
+ --service-account=image-proxy@$PROJECT_ID.iam.gserviceaccount.com
40
env:
41
- 'PROJECT_ID=$PROJECT_ID'
42
- 'TAG_NAME=$TAG_NAME'
0 commit comments