Skip to content

Commit f2362d3

Browse files
committed
Merge branch '3.1.x' into 3.2.x
2 parents 1a42776 + 663a0e6 commit f2362d3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ci/pipeline.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@ jobs:
478478
save_build_info: true
479479
- task: promote
480480
file: git-repo/ci/tasks/promote.yml
481+
vars:
482+
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
481483
params:
482484
RELEASE_TYPE: M
483485
<<: *artifactory-task-params
@@ -514,6 +516,8 @@ jobs:
514516
<<: *artifactory-task-params
515517
- task: generate-changelog
516518
file: git-repo/ci/tasks/generate-changelog.yml
519+
vars:
520+
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
517521
params:
518522
RELEASE_TYPE: RC
519523
GITHUB_USERNAME: ((github-username))
@@ -537,6 +541,8 @@ jobs:
537541
threads: 8
538542
- task: promote
539543
file: git-repo/ci/tasks/promote.yml
544+
vars:
545+
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
540546
params:
541547
RELEASE_TYPE: RELEASE
542548
<<: *artifactory-task-params
@@ -571,6 +577,8 @@ jobs:
571577
save_build_info: true
572578
- task: generate-changelog
573579
file: git-repo/ci/tasks/generate-changelog.yml
580+
vars:
581+
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
574582
params:
575583
RELEASE_TYPE: RELEASE
576584
GITHUB_USERNAME: ((github-username))

0 commit comments

Comments
 (0)