Skip to content

Commit

Permalink
Revert "Debug docker.io login"
Browse files Browse the repository at this point in the history
This reverts commit d03c47c.
  • Loading branch information
robertlemke committed Oct 4, 2023
1 parent d03c47c commit 0eef111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_IO_REGISTRY_USER_TEST }}
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD_TEST }}
username: ${{ secrets.DOCKER_IO_REGISTRY_USER }}
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD }}

- name: Login to Google Artifacts Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 0eef111

Please sign in to comment.