Skip to content

Commit 57c47b8

Browse files
authored
Update main.yml
1 parent 6c2d8a4 commit 57c47b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Log in to Docker Hub
2424
uses: docker/login-action@v3
2525
with:
26-
username: ${{ vars.DOCKERHUB_USERNAME }}
26+
username: ${{ secrets.DOCKERHUB_USERNAME }}
2727
password: ${{ secrets.DOCKER_TOKEN }}
2828

2929
- name: Build and push Docker image

0 commit comments

Comments
 (0)