Skip to content

Commit 7805223

Browse files
dlorencnkubala
authored andcommitted
Rename published artifacts to container-structure-test. (#4)
1 parent 34e6591 commit 7805223

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ steps:
44
args: ['run', '//:structure_test_image']
55
# Tag the built image
66
- name: 'gcr.io/cloud-builders/docker'
7-
args: ['tag', 'bazel:structure_test_image', 'gcr.io/gcp-runtimes/structure-test:$COMMIT_SHA']
7+
args: ['tag', 'bazel:structure_test_image', 'gcr.io/gcp-runtimes/container-structure-test:$COMMIT_SHA']
88

99
- name: 'gcr.io/cloud-builders/bazel'
1010
args: ['build', '//:go_default_test']
1111

1212
- name: 'gcr.io/cloud-builders/gsutil'
13-
args: ['cp', 'bazel-bin/go_default_test', 'gs://structure-test/$COMMIT_SHA/structure-test']
13+
args: ['cp', 'bazel-bin/go_default_test', 'gs://container-structure-test/$COMMIT_SHA/container-structure-test']
1414

15-
images: ['gcr.io/gcp-runtimes/structure-test:$COMMIT_SHA']
15+
images: ['gcr.io/gcp-runtimes/container-structure-test:$COMMIT_SHA']

release_cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ steps:
55

66
# Upload the binary to GCS
77
- name: 'gcr.io/cloud-builders/gsutil'
8-
args: ['cp', 'bazel-bin/go_default_test', 'gs://structure-test/$TAG_NAME/structure-test']
8+
args: ['cp', 'bazel-bin/go_default_test', 'gs://container-structure-test/$TAG_NAME/container-structure-test']

0 commit comments

Comments
 (0)