Skip to content

Commit 91e20ba

Browse files
🐛 fixed docker login issue2
1 parent a49115d commit 91e20ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

3434
- name: Build and push
3535
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)