Skip to content

Commit

Permalink
chore: link images in Cloud Build (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Aug 4, 2023
1 parent a0d3405 commit 367cd7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion testing/jobs.merge.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ substitutions:
_IMAGE: job
_LOCATION: us
_REPO: container
_CLOUDSDK_VERSION: latest
_CLOUDSDK_VERSION: latest

images:
- 'gcr.io/${PROJECT_ID}/${_IMAGE}:latest'
- '${_LOCATION}-docker.pkg.dev/${PROJECT_ID}/${_REPO}/${_IMAGE}:latest'

0 comments on commit 367cd7f

Please sign in to comment.