Skip to content

Commit fa69937

Browse files
authored
Update docker-image.yml
1 parent 852027b commit fa69937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Login to Docker Hub
1919
uses: docker/login-action@v3
2020
with:
21-
username: ${{ vars.DOCKERHUB_USERNAME }}
21+
username: ${{ secrets.DOCKERHUB_USERNAME }}
2222
password: ${{ secrets.DOCKERHUB_TOKEN }}
2323

2424
- name: Build and Push Docker Images

0 commit comments

Comments
 (0)