Skip to content

Commit 6790849

Browse files
Update docker-image.yml
1 parent f0658ec commit 6790849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/login-action@v3
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}
29-
password: ${{ secrets.DOCKER_TOKEN }}
29+
password: ${{ secrets.DOCKER_PASSWORD }}
3030
- name: Build and push
3131
uses: docker/build-push-action@v5
3232
with:

0 commit comments

Comments
 (0)