Commit d3ea48b7 authored by Andy Wilkinson's avatar Andy Wilkinson

Configure DockerHub credentials on staging builds

See gh-24038
parent 1172dbfe
...@@ -491,6 +491,7 @@ jobs: ...@@ -491,6 +491,7 @@ jobs:
image: ci-image image: ci-image
file: git-repo/ci/tasks/stage.yml file: git-repo/ci/tasks/stage.yml
params: params:
<<: *docker-hub-task-params
RELEASE_TYPE: M RELEASE_TYPE: M
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key)) GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
BRANCH: ((branch)) BRANCH: ((branch))
...@@ -512,6 +513,7 @@ jobs: ...@@ -512,6 +513,7 @@ jobs:
image: ci-image image: ci-image
file: git-repo/ci/tasks/stage.yml file: git-repo/ci/tasks/stage.yml
params: params:
<<: *docker-hub-task-params
RELEASE_TYPE: RC RELEASE_TYPE: RC
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key)) GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
BRANCH: ((branch)) BRANCH: ((branch))
...@@ -533,6 +535,7 @@ jobs: ...@@ -533,6 +535,7 @@ jobs:
image: ci-image image: ci-image
file: git-repo/ci/tasks/stage.yml file: git-repo/ci/tasks/stage.yml
params: params:
<<: *docker-hub-task-params
RELEASE_TYPE: RELEASE RELEASE_TYPE: RELEASE
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key)) GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
BRANCH: ((branch)) BRANCH: ((branch))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment