Skip to content

Commit

Permalink
chore: Add infrastructure-public-image tag to owbot python image (#…
Browse files Browse the repository at this point in the history
…2003)

chore: Add infrastructure-public-image tag to owbot python image
  • Loading branch information
ohmayr authored Aug 15, 2024
1 parent 373d00f commit adf1b0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/owlbot/python/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ steps:
args: [ 'build',
'-t', 'gcr.io/$PROJECT_ID/owlbot-python:$SHORT_SHA',
'-t', 'gcr.io/$PROJECT_ID/owlbot-python:latest',
'-t', 'gcr.io/$PROJECT_ID/owlbot-python:infrastructure-public-image-$SHORT_SHA',
'-f', 'docker/owlbot/python/Dockerfile', '.' ]
images:
- 'gcr.io/$PROJECT_ID/owlbot-python:$SHORT_SHA'
- 'gcr.io/$PROJECT_ID/owlbot-python:latest'
- 'gcr.io/$PROJECT_ID/owlbot-python:infrastructure-public-image-$SHORT_SHA'

0 comments on commit adf1b0d

Please sign in to comment.