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:
478
478
save_build_info : true
479
479
- task : promote
480
480
file : git-repo/ci/tasks/promote.yml
481
+ vars :
482
+ dockerhub-proxy-cache : ((dockerhub-proxy-cache))
481
483
params :
482
484
RELEASE_TYPE : M
483
485
<< : *artifactory-task-params
@@ -514,6 +516,8 @@ jobs:
514
516
<< : *artifactory-task-params
515
517
- task : generate-changelog
516
518
file : git-repo/ci/tasks/generate-changelog.yml
519
+ vars :
520
+ dockerhub-proxy-cache : ((dockerhub-proxy-cache))
517
521
params :
518
522
RELEASE_TYPE : RC
519
523
GITHUB_USERNAME : ((github-username))
@@ -537,6 +541,8 @@ jobs:
537
541
threads : 8
538
542
- task : promote
539
543
file : git-repo/ci/tasks/promote.yml
544
+ vars :
545
+ dockerhub-proxy-cache : ((dockerhub-proxy-cache))
540
546
params :
541
547
RELEASE_TYPE : RELEASE
542
548
<< : *artifactory-task-params
@@ -571,6 +577,8 @@ jobs:
571
577
save_build_info : true
572
578
- task : generate-changelog
573
579
file : git-repo/ci/tasks/generate-changelog.yml
580
+ vars :
581
+ dockerhub-proxy-cache : ((dockerhub-proxy-cache))
574
582
params :
575
583
RELEASE_TYPE : RELEASE
576
584
GITHUB_USERNAME : ((github-username))
You can’t perform that action at this time.
0 commit comments