Skip to content

Commit adf1b0d

Browse files
authored
chore: Add infrastructure-public-image tag to owbot python image (#2003)
chore: Add infrastructure-public-image tag to owbot python image
1 parent 373d00f commit adf1b0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/owlbot/python/cloudbuild.yaml

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

0 commit comments

Comments
 (0)