Skip to content

Commit 5656aec

Browse files
authored
Updates Cloud Build to use Artifact Registry container images (#218)
Container Registry is being retired.
1 parent e9bb56b commit 5656aec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cloudbuild/cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ options:
77

88
steps:
99
# Run unit tests for environment.
10-
- name: gcr.io/$PROJECT_ID/golang-cbif:1.20
10+
- name: us-central1-docker.pkg.dev/$PROJECT_ID/build-images/golang-cbif:1.20
1111
env:
1212
- GONOPROXY=github.com/m-lab/go/*
1313
args:
@@ -18,7 +18,7 @@ steps:
1818
- go test -v ./...
1919

2020
# Deployment of APIs in sandbox & staging.
21-
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif:1.1
21+
- name: us-central1-docker.pkg.dev/$PROJECT_ID/build-images/gcloud-jsonnet-cbif:1.1
2222
env:
2323
# Use cbif condition: only run these steps in one of these projects.
2424
- PROJECT_IN=mlab-sandbox,mlab-staging
@@ -39,7 +39,7 @@ steps:
3939
- gcloud endpoints services deploy openapi.yaml
4040

4141
# Deployment of APIs in mlab-ns.
42-
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif:1.1
42+
- name: us-central1-docker.pkg.dev/$PROJECT_ID/build-images/gcloud-jsonnet-cbif:1.1
4343
env:
4444
# Use cbif condition: only run these steps in this project.
4545
- PROJECT_IN=mlab-ns

0 commit comments

Comments
 (0)