From adf1b0d83a6fea4f5130b05bef70869b0dca2f1c Mon Sep 17 00:00:00 2001 From: ohmayr Date: Thu, 15 Aug 2024 14:43:32 -0400 Subject: [PATCH] chore: Add `infrastructure-public-image` tag to owbot python image (#2003) chore: Add infrastructure-public-image tag to owbot python image --- docker/owlbot/python/cloudbuild.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/owlbot/python/cloudbuild.yaml b/docker/owlbot/python/cloudbuild.yaml index a80b165e2..8eea41b6b 100644 --- a/docker/owlbot/python/cloudbuild.yaml +++ b/docker/owlbot/python/cloudbuild.yaml @@ -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'