Skip to content

Commit 8dbd5ad

Browse files
committed
Dockerhub password
1 parent 9733481 commit 8dbd5ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
uses: docker/login-action@v2
194194
with:
195195
username: ${{ secrets.DOCKERHUB_USERNAME }}
196-
password: ${{ secrets.DOCKERHUB_TOKEN }}
196+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
197197
-
198198
name: Build and push by digest
199199
id: build
@@ -244,7 +244,7 @@ jobs:
244244
uses: docker/login-action@v2
245245
with:
246246
username: ${{ secrets.DOCKERHUB_USERNAME }}
247-
password: ${{ secrets.DOCKERHUB_TOKEN }}
247+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
248248
-
249249
name: Create manifest list and push
250250
working-directory: /tmp/digests

0 commit comments

Comments
 (0)