Skip to content

Commit d03c47c

Browse files
committed
Debug docker.io login
1 parent d502ec1 commit d03c47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
- name: Login to Docker Hub
5656
uses: docker/login-action@v3
5757
with:
58-
username: ${{ secrets.DOCKER_IO_REGISTRY_USER }}
59-
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD }}
58+
username: ${{ secrets.DOCKER_IO_REGISTRY_USER_TEST }}
59+
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD_TEST }}
6060

6161
- name: Login to Google Artifacts Registry
6262
uses: docker/login-action@v3

0 commit comments

Comments
 (0)