Skip to content

Commit

Permalink
Debug docker.io login
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Oct 4, 2023
1 parent d502ec1 commit d03c47c
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 }}
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD }}
username: ${{ secrets.DOCKER_IO_REGISTRY_USER_TEST }}
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD_TEST }}

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

0 comments on commit d03c47c

Please sign in to comment.