Skip to content

Commit

Permalink
ci: fix GCB substitutions for promotion script (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis authored Mar 4, 2022
1 parent 1351a6d commit 7d56e5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hack/cloudbuild-promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ options:
#machineType: 'E2_HIGHCPU_8'

substitutions:
_STAGING: us-central1-docker.pkg.dev/$PROJECT_ID/skaffold-staging/skaffold-debug-support
_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
_RUNTIMES: go netcore nodejs python
_IS_LATEST: "1"
options:
dynamic_substitutions: true

steps:
###################################################################
Expand Down

0 comments on commit 7d56e5d

Please sign in to comment.