Skip to content

Commit 0eef111

Browse files
committed
Revert "Debug docker.io login"
This reverts commit d03c47c.
1 parent d03c47c commit 0eef111

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_TEST }}
59-
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD_TEST }}
58+
username: ${{ secrets.DOCKER_IO_REGISTRY_USER }}
59+
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD }}
6060

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

0 commit comments

Comments
 (0)