Skip to content

Commit 8a8afb4

Browse files
authored
Change Docker Hub username to use secrets
1 parent 32b1664 commit 8a8afb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.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@v3
2828
with:
29-
username: ${{ vars.DOCKERHUB_USERNAME }}
29+
username: ${{ secrets.DOCKERHUB_USERNAME }}
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}
3131

3232
- uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)