Skip to content

Commit 5c4db3d

Browse files
committed
fix build secret name
1 parent fb35da4 commit 5c4db3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: docker/login-action@v2
2121
with:
2222
username: ${{ secrets.DOCKERHUB_USERNAME }}
23-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
23+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2424

2525
- name: Set up QEMU
2626
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)