Skip to content

Commit f1b3a7e

Browse files
committed
add image name
1 parent ee7c20e commit f1b3a7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cloudbuild/library_generation/cloudbuild-library-generation-integration-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_TEMP_TEST_IMAGE_ID: "temp-test-image:latest"
18-
_TEST_IMAGE_ID: "test-image:latest"
17+
_IMAGE_NAME: "us-docker.pkg.dev/java-hermetic-build-prod/private-resources/java-library-generation"
18+
_TEMP_TEST_IMAGE_ID: "${_IMAGE_NAME}:temp-test-image"
19+
_TEST_IMAGE_ID: "${_IMAGE_NAME}:test-image"
1920
steps:
2021
- name: gcr.io/cloud-builders/docker
2122
args: [

0 commit comments

Comments
 (0)