Skip to content

Commit

Permalink
Login to docker hub in release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Pscheidl committed Feb 9, 2021
1 parent 0dace4e commit 3e5ac4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
# Docker Hub contains the same operator binary as OpenShift repository
# Red Hat services are unstable and error-prone, push to docker hub last
docker tag ${{ secrets.OPERATOR_RED_HAT_SCAN_TAG_PREFIX }}${{ env.OPERATOR_NAME }}:${{steps.current-ver.outputs.version}} h2oai/h2o-k8s-operator:${{steps.current-ver.outputs.version}}
echo "${{ secrets.H2O_DOCKER_HUB_PASSWORD }}" | docker login -u ${{ secrets.H2O_DOCKER_HUB_LOGIN }} scan.connect.redhat.com --password-stdin
echo "${{ secrets.H2O_DOCKER_HUB_PASSWORD }}" | docker login -u ${{ secrets.H2O_DOCKER_HUB_LOGIN }} --password-stdin
docker push h2oai/h2o-k8s-operator:${{steps.current-ver.outputs.version}}
docker logout
Expand Down

0 comments on commit 3e5ac4b

Please sign in to comment.