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 1351a6d commit 7d56e5dCopy full SHA for 7d56e5d
hack/cloudbuild-promote.yaml
@@ -46,10 +46,12 @@ options:
46
#machineType: 'E2_HIGHCPU_8'
47
48
substitutions:
49
- _STAGING: us-central1-docker.pkg.dev/$PROJECT_ID/skaffold-staging/skaffold-debug-support
50
- _PROD: gcr.io/$PROJECT_ID/skaffold-debug-support
+ _STAGING: us-central1-docker.pkg.dev/${PROJECT_ID}/skaffold-staging/skaffold-debug-support
+ _PROD: gcr.io/${PROJECT_ID}/skaffold-debug-support
51
_RUNTIMES: go netcore nodejs python
52
_IS_LATEST: "1"
53
+options:
54
+ dynamic_substitutions: true
55
56
steps:
57
###################################################################
0 commit comments