Skip to content

Commit 99bd24c

Browse files
committed
chore: fix docker login
1 parent f554c05 commit 99bd24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: dockerhub-login
3030
uses: docker/login-action@v1
3131
with:
32-
username: ${{ secrets.DOCKER_USERNAME }}
32+
username: ${{ secrets.DOCKERHUB_USERNAME }}
3333
password: ${{ secrets.DOCKERHUB_TOKEN }}
3434

3535
- name: ghcr-login

0 commit comments

Comments
 (0)