File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 12
12
#
13
13
# See https://github.com/kubernetes/test-infra/blob/master/config/jobs/image-pushing/README.md
14
14
# 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.
15
17
16
18
# This must be specified in seconds. If omitted, defaults to 600s (10 mins).
17
19
timeout : 1200s
@@ -38,7 +40,7 @@ substitutions:
38
40
# a branch like 'master' or 'release-0.2', or a tag like 'v0.2'.
39
41
_PULL_BASE_REF : ' master'
40
42
# 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).
42
44
# Might be overridden in the Prow build job for a repo which wants
43
45
# images elsewhere.
44
- _STAGING_PROJECT : ' k8s-staging-csi '
46
+ _STAGING_PROJECT : ' k8s-staging-sig-storage '
You can’t perform that action at this time.
0 commit comments