Skip to content

Commit 0e97621

Browse files
committed
fix Docker credentials
1 parent a5948fd commit 0e97621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Login to Docker Hub
1919
uses: docker/login-action@v3
2020
with:
21-
username: ${{ secrets.DOCKERHUB_USER }}
22-
password: ${{ secrets.DOCKERHUB_PASS }}
21+
username: ${{ secrets.DOCKER_USER }}
22+
password: ${{ secrets.DOCKER_PASS }}
2323
- name: Login to GitHub Container Registry
2424
uses: docker/login-action@v3
2525
with:

0 commit comments

Comments
 (0)