Skip to content

Commit e9daf95

Browse files
committed
DOCKER_USERNAME
1 parent 391fb7b commit e9daf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: login to Docker Hub
2727
uses: docker/login-action@v2
2828
with:
29-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
29+
username: ${{ secrets.DOCKER_USERNAME }}
3030
password: ${{ secrets.DOCKER_PASSWORD }}
3131

3232
- name: Build Image

0 commit comments

Comments
 (0)