Skip to content

Commit 93e814c

Browse files
authored
Update main.yml
1 parent f4f4fed commit 93e814c

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
@@ -98,7 +98,7 @@ jobs:
9898
if: ${{ github.event_name != 'pull_request' }}
9999
env:
100100
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
101-
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
101+
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
102102
DOCKERHUB_REPOSITORY: ${{ steps.prep.outputs.image }}
103103

104104
- name: Image digest

0 commit comments

Comments
 (0)