Skip to content

Commit

Permalink
CloudBuild: Fix for cache image rebuild (#3535)
Browse files Browse the repository at this point in the history
Somewhere `substitutions` got lost, adding it back in. I think that will
solve my issue with creating a scheduled trigger. Will need to merge
before I can test it.

Co-authored-by: Robert Bailey <[email protected]>
  • Loading branch information
markmandel and roberthbailey authored Dec 8, 2023
1 parent ee6cd66 commit d758420
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/build-image/cache/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ steps:
- name: original
path: /original

substitutions:
_VERSION: '1.2'

images:
- 'us-docker.pkg.dev/$PROJECT_ID/ci/cache:${_VERSION}'
- 'us-docker.pkg.dev/$PROJECT_ID/ci/cache:latest'
Expand Down

0 comments on commit d758420

Please sign in to comment.