Skip to content

Commit cded653

Browse files
authored
Fix: Secrets (#95)
1 parent 014a78c commit cded653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/login-action@v2
3030
with:
3131
username: ${{ secrets.DOCKERHUB_USERNAME }}
32-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
32+
password: ${{ secrets.DOCKERHUB_TOKEN }}
3333

3434
- name: Set up Docker Buildx
3535
id: buildx

0 commit comments

Comments
 (0)