File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88steps :
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 :
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
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
You can’t perform that action at this time.
0 commit comments