Skip to content

Commit

Permalink
cloudbuild: Publish preprod image to Artifact Registry (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Apr 9, 2024
1 parent c53528b commit 5446fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cloudbuild-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ steps:
- name: alpine
args: ['./tools/package.sh', '$COMMIT_SHA']
- name: gcr.io/cloud-builders/docker
args: [ 'build', '-t', 'gcr.io/grpc-testing/td-grpc-bootstrap:${COMMIT_SHA}', '.' ]
args: [ 'build', '-t', 'us-docker.pkg.dev/grpc-testing/trafficdirector/td-grpc-bootstrap:${COMMIT_SHA}', '.' ]
options:
env:
- CGO_ENABLED=0
artifacts:
objects:
location: 'gs://grpc-td-builds/td-grpc-bootstrap/'
paths: ['td-grpc-bootstrap-${COMMIT_SHA}.tar.gz']
images: ['gcr.io/grpc-testing/td-grpc-bootstrap:${COMMIT_SHA}']
images: ['us-docker.pkg.dev/grpc-testing/trafficdirector/td-grpc-bootstrap:${COMMIT_SHA}']

0 comments on commit 5446fce

Please sign in to comment.