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 a426707 commit 1b538b3Copy full SHA for 1b538b3
tool/build_image_proxy.yaml
@@ -44,7 +44,7 @@ steps:
44
script: |
45
#!/usr/bin/env bash
46
set -x
47
- gcloud run deploy image-proxy-server \
+ gcloud run deploy image_proxy_server \
48
--image="us-central1-docker.pkg.dev/$PROJECT_ID/image-proxy/image-proxy:$TAG_NAME" \
49
env:
50
- 'PROJECT_ID=$PROJECT_ID'
0 commit comments