Configure DockerHub credentials on staging builds
See gh-24038
This commit is contained in:
parent
1172dbfec9
commit
d3ea48b7a8
|
|
@ -491,6 +491,7 @@ jobs:
|
|||
image: ci-image
|
||||
file: git-repo/ci/tasks/stage.yml
|
||||
params:
|
||||
<<: *docker-hub-task-params
|
||||
RELEASE_TYPE: M
|
||||
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
|
||||
BRANCH: ((branch))
|
||||
|
|
@ -512,6 +513,7 @@ jobs:
|
|||
image: ci-image
|
||||
file: git-repo/ci/tasks/stage.yml
|
||||
params:
|
||||
<<: *docker-hub-task-params
|
||||
RELEASE_TYPE: RC
|
||||
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
|
||||
BRANCH: ((branch))
|
||||
|
|
@ -533,6 +535,7 @@ jobs:
|
|||
image: ci-image
|
||||
file: git-repo/ci/tasks/stage.yml
|
||||
params:
|
||||
<<: *docker-hub-task-params
|
||||
RELEASE_TYPE: RELEASE
|
||||
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
|
||||
BRANCH: ((branch))
|
||||
|
|
|
|||
Loading…
Reference in New Issue