From 27bf9c8af568b0f95a6a14d6d36d4ed64ead85a4 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 23 Dec 2025 20:37:11 +0000 Subject: [PATCH] chore: add infrastructure-public-image- tag to python-samples-testing-docker This container image is for testing. b/470987341 --- .kokoro/docker/cloudbuild.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.kokoro/docker/cloudbuild.yaml b/.kokoro/docker/cloudbuild.yaml index 06a697518f9..e8f145ed695 100644 --- a/.kokoro/docker/cloudbuild.yaml +++ b/.kokoro/docker/cloudbuild.yaml @@ -20,8 +20,11 @@ steps: dir: '.kokoro/docker' - name: gcr.io/cloud-builders/docker args: ['tag', 'gcr.io/$PROJECT_ID/python-samples-testing-docker', 'gcr.io/$PROJECT_ID/python-samples-testing-docker:$SHORT_SHA'] + - name: gcr.io/cloud-builders/docker + args: ['tag', 'gcr.io/$PROJECT_ID/python-samples-testing-docker', 'gcr.io/$PROJECT_ID/python-samples-testing-docker:infrastructure-public-image-$SHORT_SHA'] images: - 'gcr.io/$PROJECT_ID/python-samples-testing-docker' + - 'gcr.io/$PROJECT_ID/python-samples-testing-docker:infrastructure-public-image-$SHORT_SHA' options: logging: CLOUD_LOGGING_ONLY