Skip to content

Commit 96bc9c8

Browse files
committed
ci: pick dockerhub username from vars, not secrets
1 parent 4cfa096 commit 96bc9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: ./.github/actions/dockerhub-login
5252
env:
5353
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
54-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
54+
DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
5555
- id: setup
5656
uses: ./.github/actions/setup
5757

0 commit comments

Comments
 (0)