Skip to content

Commit 0d5bd84

Browse files
authored
Merge pull request #90 from pohly/k8s-staging-sig-storage
cloud build: k8s-staging-sig-storage
2 parents c5fd961 + 3df86b7 commit 0d5bd84

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cloudbuild.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#
1313
# See https://github.com/kubernetes/test-infra/blob/master/config/jobs/image-pushing/README.md
1414
# for more details on image pushing process in Kubernetes.
15+
#
16+
# To promote release images, see https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io/images/k8s-staging-sig-storage.
1517

1618
# This must be specified in seconds. If omitted, defaults to 600s (10 mins).
1719
timeout: 1200s
@@ -38,7 +40,7 @@ substitutions:
3840
# a branch like 'master' or 'release-0.2', or a tag like 'v0.2'.
3941
_PULL_BASE_REF: 'master'
4042
# The default gcr.io staging project for Kubernetes-CSI
41-
# (=> https://console.cloud.google.com/gcr/images/k8s-staging-csi/GLOBAL).
43+
# (=> https://console.cloud.google.com/gcr/images/k8s-staging-sig-storage/GLOBAL).
4244
# Might be overridden in the Prow build job for a repo which wants
4345
# images elsewhere.
44-
_STAGING_PROJECT: 'k8s-staging-csi'
46+
_STAGING_PROJECT: 'k8s-staging-sig-storage'

0 commit comments

Comments
 (0)