We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71573e3 commit 4cce312Copy full SHA for 4cce312
.github/workflows/build-docker-images.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: docker/login-action@v3
45
with:
46
username: ${{ secrets.DOCKERHUB_USERNAME }}
47
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
48
49
- name: Build and Push
50
uses: docker/build-push-action@v5
0 commit comments