Skip to content

Commit 9161e35

Browse files
authored
Update docker-image.yml
1 parent e1efba2 commit 9161e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Docker Login
2121
uses: docker/login-action@v3
2222
with:
23-
username: ${{ secrets.DOCKER_USERNAME }}
23+
username: ${{ secrets.DOCKER_USER }}
2424
password: ${{ secrets.DOCKER_TOKEN }}
2525

2626
- name: Build and export

0 commit comments

Comments
 (0)