File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -491,6 +491,7 @@ jobs:
491
491
image : ci-image
492
492
file : git-repo/ci/tasks/stage.yml
493
493
params :
494
+ << : *docker-hub-task-params
494
495
RELEASE_TYPE : M
495
496
GRADLE_ENTERPRISE_ACCESS_KEY : ((gradle_enterprise_secret_access_key))
496
497
BRANCH : ((branch))
@@ -512,6 +513,7 @@ jobs:
512
513
image : ci-image
513
514
file : git-repo/ci/tasks/stage.yml
514
515
params :
516
+ << : *docker-hub-task-params
515
517
RELEASE_TYPE : RC
516
518
GRADLE_ENTERPRISE_ACCESS_KEY : ((gradle_enterprise_secret_access_key))
517
519
BRANCH : ((branch))
@@ -533,6 +535,7 @@ jobs:
533
535
image : ci-image
534
536
file : git-repo/ci/tasks/stage.yml
535
537
params :
538
+ << : *docker-hub-task-params
536
539
RELEASE_TYPE : RELEASE
537
540
GRADLE_ENTERPRISE_ACCESS_KEY : ((gradle_enterprise_secret_access_key))
538
541
BRANCH : ((branch))
You can’t perform that action at this time.
0 commit comments