Skip to content

Commit b3920cd

Browse files
authored
chore: tag owlbot images with infrastructure-public-image- tag (#2175)
1 parent 33be566 commit b3920cd

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

docker/owlbot/nodejs/cloudbuild.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ steps:
2020
'-t', 'gcr.io/repo-automation-bots/owlbot-nodejs:$SHORT_SHA',
2121
'-t', 'gcr.io/repo-automation-bots/owlbot-nodejs:latest',
2222
'-t', 'gcr.io/cloud-devrel-public-resources/owlbot-nodejs:$SHORT_SHA',
23+
'-t', 'gcr.io/cloud-devrel-public-resources/owlbot-nodejs:infrastructure-public-image-$SHORT_SHA',
2324
'-t', 'gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest',
2425
'-f', 'docker/owlbot/nodejs/Dockerfile', '.' ]
2526
# Push the docker image.
2627
images:
2728
- gcr.io/repo-automation-bots/owlbot-nodejs:$SHORT_SHA
2829
- gcr.io/repo-automation-bots/owlbot-nodejs:latest
2930
- gcr.io/cloud-devrel-public-resources/owlbot-nodejs:$SHORT_SHA
31+
- gcr.io/cloud-devrel-public-resources/owlbot-nodejs:infrastructure-public-image-$SHORT_SHA
3032
- gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
3133

34+

docker/owlbot/nodejs_mono_repo/cloudbuild.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ steps:
2020
'-t', 'gcr.io/repo-automation-bots/owlbot-nodejs-mono-repo:$SHORT_SHA',
2121
'-t', 'gcr.io/repo-automation-bots/owlbot-nodejs-mono-repo:latest',
2222
'-t', 'gcr.io/cloud-devrel-public-resources/owlbot-nodejs-mono-repo:$SHORT_SHA',
23-
'-t', 'gcr.io/cloud-devrel-public-resources/owlbot-nodejs-mono-repo:infrastructure-public-image-$BUILD_ID',
23+
'-t', 'gcr.io/cloud-devrel-public-resources/owlbot-nodejs-mono-repo:infrastructure-public-image-$SHORT_SHA',
2424
'-t', 'gcr.io/cloud-devrel-public-resources/owlbot-nodejs-mono-repo:latest',
2525
'-f', 'docker/owlbot/nodejs_mono_repo/Dockerfile', '.' ]
2626
# Push the docker image.
2727
images:
2828
- gcr.io/repo-automation-bots/owlbot-nodejs-mono-repo:$SHORT_SHA
2929
- gcr.io/repo-automation-bots/owlbot-nodejs-mono-repo:latest
3030
- gcr.io/cloud-devrel-public-resources/owlbot-nodejs-mono-repo:$SHORT_SHA
31-
- gcr.io/cloud-devrel-public-resources/owlbot-nodejs-mono-repo:infrastructure-public-image-$BUILD_ID
31+
- gcr.io/cloud-devrel-public-resources/owlbot-nodejs-mono-repo:infrastructure-public-image-$SHORT_SHA
3232
- gcr.io/cloud-devrel-public-resources/owlbot-nodejs-mono-repo:latest
33+

docker/owlbot/php/cloudbuild.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ steps:
1717
args: [ 'build',
1818
'-t', 'gcr.io/$PROJECT_ID/owlbot-php:$SHORT_SHA',
1919
'-t', 'gcr.io/$PROJECT_ID/owlbot-php:latest',
20+
'-t', 'gcr.io/$PROJECT_ID/owlbot-php:infrastructure-public-image-$SHORT_SHA',
2021
'-f', 'docker/owlbot/php/Dockerfile', '.' ]
2122
images:
2223
- 'gcr.io/$PROJECT_ID/owlbot-php:$SHORT_SHA'
2324
- 'gcr.io/$PROJECT_ID/owlbot-php:latest'
25+
- 'gcr.io/$PROJECT_ID/owlbot-php:infrastructure-public-image-$SHORT_SHA'
26+

0 commit comments

Comments
 (0)