This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 9a11e28ce79 Use DOCKERHUB_USER instead of username (#27362)
9a11e28ce79 is described below
commit 9a11e28ce79e3b243a13fbf148f2ba26b8c14107
Author: Danny McCormick <[email protected]>
AuthorDate: Wed Jul 5 14:47:39 2023 -0400
Use DOCKERHUB_USER instead of username (#27362)
---
.github/workflows/build_release_candidate.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_release_candidate.yml
b/.github/workflows/build_release_candidate.yml
index 7ecb03cf25c..83138d63f18 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -171,7 +171,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
- username: ${{ secrets.DOCKERHUB_USERNAME }}
+ username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push docker images
run: ./gradlew :pushAllDockerImages -PisRelease -Pdocker-pull-licenses
-Pprune-images -Pdocker-tag=${{ github.event.inputs.RELEASE }}rc${{
github.event.inputs.RC }}
-Pjava11Home=${{steps.export-java11.outputs.JAVA11_HOME}} --no-daemon
--no-parallel