Skip to content

Commit 0dcfb0e

Browse files
authored
fix: change librarian image-dev to prod in GCB jobs (#1846)
change librarian image-dev to prod in GCB jobs
1 parent 4d2db9b commit 0dcfb0e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

infra/prod/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ steps:
4646
- '--single-branch'
4747
- '--branch=master'
4848
- https://github.com/googleapis/googleapis
49-
- name: 'us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/librarian'
49+
- name: 'us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian'
5050
id: generate
5151
waitFor: ['configure-language-repo-email', 'clone-googleapis']
5252
dir: tmp

infra/prod/publish-release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ steps:
2626
- '--single-branch'
2727
- '--branch=$_BRANCH'
2828
- $_FULL_REPOSITORY
29-
- name: 'us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/librarian'
29+
- name: 'us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian'
3030
id: publish-release
3131
waitFor: ['clone-language-repo']
3232
args:
33-
- 'release tag-and-release'
33+
- 'release'
34+
- 'tag-and-release'
3435
- '-repo'
3536
- '/workspace/$_REPOSITORY'
3637
- '-pr'

infra/prod/stage-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
- 'clone'
2525
- '--depth=1'
2626
- $_FULL_REPOSITORY
27-
- name: 'us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/librarian'
27+
- name: 'us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian'
2828
id: stage-release
2929
waitFor: ['clone-language-repo']
3030
dir: tmp

0 commit comments

Comments
 (0)