We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab70271 commit 8b90ba8Copy full SHA for 8b90ba8
.github/workflows/deploy-app.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: docker/login-action@v3
38
with:
39
username: ${{ secrets.DOCKERHUB_USERNAME }}
40
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ password: ${{ secrets.DOCKERHUB_PASSWORD }}
41
- name: Build and push by digest
42
id: build
43
uses: docker/build-push-action@v6
0 commit comments