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 9733481 commit 8dbd5adCopy full SHA for 8dbd5ad
.github/workflows/ci.yml
@@ -193,7 +193,7 @@ jobs:
193
uses: docker/login-action@v2
194
with:
195
username: ${{ secrets.DOCKERHUB_USERNAME }}
196
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ password: ${{ secrets.DOCKERHUB_PASSWORD }}
197
-
198
name: Build and push by digest
199
id: build
@@ -244,7 +244,7 @@ jobs:
244
245
246
247
248
249
name: Create manifest list and push
250
working-directory: /tmp/digests
0 commit comments