We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
infrastructure-public-image
1 parent 373d00f commit adf1b0dCopy full SHA for adf1b0d
docker/owlbot/python/cloudbuild.yaml
@@ -17,7 +17,9 @@ steps:
17
args: [ 'build',
18
'-t', 'gcr.io/$PROJECT_ID/owlbot-python:$SHORT_SHA',
19
'-t', 'gcr.io/$PROJECT_ID/owlbot-python:latest',
20
+ '-t', 'gcr.io/$PROJECT_ID/owlbot-python:infrastructure-public-image-$SHORT_SHA',
21
'-f', 'docker/owlbot/python/Dockerfile', '.' ]
22
images:
23
- 'gcr.io/$PROJECT_ID/owlbot-python:$SHORT_SHA'
24
- 'gcr.io/$PROJECT_ID/owlbot-python:latest'
25
+ - 'gcr.io/$PROJECT_ID/owlbot-python:infrastructure-public-image-$SHORT_SHA'
0 commit comments