Skip to content

Commit 3eb1ca6

Browse files
authored
Merge pull request #620 from cpanato/update-cloudbuild
add tags to cloudbuild job to make it easier to find in the gcp console
2 parents 8fbe8d2 + 12877b5 commit 3eb1ca6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cloudbuild.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ steps:
8383
args:
8484
- cp
8585
- /workspace/bazel-base-linux-arm64/execroot/io_k8s_cloud_provider_gcp/bazel-out/k8-fastbuild/bin/cmd/auth-provider-gcp/auth-provider-gcp_/auth-provider-gcp
86-
- gs://k8s-staging-cloud-provider-gcp/auth-provider-gcp/linux-arm64/${_GIT_TAG}
86+
- gs://k8s-staging-cloud-provider-gcp/auth-provider-gcp/linux-arm64/${_GIT_TAG}
8787
# build gke-exec-auth-plugin binary
8888
- name: 'gcr.io/cloud-builders/bazel'
8989
args:
@@ -128,3 +128,7 @@ substitutions:
128128
_PULL_BASE_REF: 'master'
129129
_GIT_TAG: '12345'
130130
_IMAGE_REPO: 'gcr.io/k8s-staging-cloud-provider-gcp'
131+
tags:
132+
- 'cloud-provider-gcp'
133+
- ${_GIT_TAG}
134+
- ${_PULL_BASE_REF}

0 commit comments

Comments
 (0)