We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f4fed commit 93e814cCopy full SHA for 93e814c
.github/workflows/main.yml
@@ -98,7 +98,7 @@ jobs:
98
if: ${{ github.event_name != 'pull_request' }}
99
env:
100
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
101
- DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
+ DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
102
DOCKERHUB_REPOSITORY: ${{ steps.prep.outputs.image }}
103
104
- name: Image digest
0 commit comments