Skip to content

Commit 7d56e5d

Browse files
authored
ci: fix GCB substitutions for promotion script (#113)
1 parent 1351a6d commit 7d56e5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hack/cloudbuild-promote.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ options:
4646
#machineType: 'E2_HIGHCPU_8'
4747

4848
substitutions:
49-
_STAGING: us-central1-docker.pkg.dev/$PROJECT_ID/skaffold-staging/skaffold-debug-support
50-
_PROD: gcr.io/$PROJECT_ID/skaffold-debug-support
49+
_STAGING: us-central1-docker.pkg.dev/${PROJECT_ID}/skaffold-staging/skaffold-debug-support
50+
_PROD: gcr.io/${PROJECT_ID}/skaffold-debug-support
5151
_RUNTIMES: go netcore nodejs python
5252
_IS_LATEST: "1"
53+
options:
54+
dynamic_substitutions: true
5355

5456
steps:
5557
###################################################################

0 commit comments

Comments
 (0)