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.
2 parents f897dc3 + c348f92 commit c000f42Copy full SHA for c000f42
.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
.github/workflows/publish-image.yaml
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
114
0 commit comments