Skip to content

Commit c5482ee

Browse files
authored
Fix Docker login action password line break
1 parent 3ba3937 commit c5482ee

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
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
registry: ghcr.io
105105
username: ${{ github.actor }}
106-
password: ${{ secrets.GITHUB_TOKEN }}\
106+
password: ${{ secrets.GITHUB_TOKEN }}
107107

108108
- name: Login to DockerHub
109109
uses: docker/login-action@v4

0 commit comments

Comments
 (0)