File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
2627images :
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+
Original file line number Diff line number Diff 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.
2727images :
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+
Original file line number Diff line number Diff 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', '.' ]
2122images :
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+
You can’t perform that action at this time.
0 commit comments