Skip to content

Commit 5446fce

Browse files
authored
cloudbuild: Publish preprod image to Artifact Registry (#58)
1 parent c53528b commit 5446fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/cloudbuild-artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ steps:
2020
- name: alpine
2121
args: ['./tools/package.sh', '$COMMIT_SHA']
2222
- name: gcr.io/cloud-builders/docker
23-
args: [ 'build', '-t', 'gcr.io/grpc-testing/td-grpc-bootstrap:${COMMIT_SHA}', '.' ]
23+
args: [ 'build', '-t', 'us-docker.pkg.dev/grpc-testing/trafficdirector/td-grpc-bootstrap:${COMMIT_SHA}', '.' ]
2424
options:
2525
env:
2626
- CGO_ENABLED=0
2727
artifacts:
2828
objects:
2929
location: 'gs://grpc-td-builds/td-grpc-bootstrap/'
3030
paths: ['td-grpc-bootstrap-${COMMIT_SHA}.tar.gz']
31-
images: ['gcr.io/grpc-testing/td-grpc-bootstrap:${COMMIT_SHA}']
31+
images: ['us-docker.pkg.dev/grpc-testing/trafficdirector/td-grpc-bootstrap:${COMMIT_SHA}']

0 commit comments

Comments
 (0)