File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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))
You can’t perform that action at this time.
0 commit comments