We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d8415 commit c348f92Copy full SHA for c348f92
.github/workflows/build-image-debian.yaml
@@ -89,7 +89,7 @@ jobs:
89
uses: docker/login-action@v3
90
with:
91
username: ${{ secrets.DOCKERHUB_USERNAME }}
92
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ password: ${{ secrets.DOCKERHUB_PASSWORD }}
93
94
- name: Set up Docker Buildx
95
uses: docker/setup-buildx-action@v3
0 commit comments