Skip to content

Commit d3ea48b

Browse files
committed
Configure DockerHub credentials on staging builds
See gh-24038
1 parent 1172dbf commit d3ea48b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ jobs:
491491
image: ci-image
492492
file: git-repo/ci/tasks/stage.yml
493493
params:
494+
<<: *docker-hub-task-params
494495
RELEASE_TYPE: M
495496
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
496497
BRANCH: ((branch))
@@ -512,6 +513,7 @@ jobs:
512513
image: ci-image
513514
file: git-repo/ci/tasks/stage.yml
514515
params:
516+
<<: *docker-hub-task-params
515517
RELEASE_TYPE: RC
516518
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
517519
BRANCH: ((branch))
@@ -533,6 +535,7 @@ jobs:
533535
image: ci-image
534536
file: git-repo/ci/tasks/stage.yml
535537
params:
538+
<<: *docker-hub-task-params
536539
RELEASE_TYPE: RELEASE
537540
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
538541
BRANCH: ((branch))

0 commit comments

Comments
 (0)