Skip to content

Commit 61a65cb

Browse files
committed
quote
1 parent 791dca9 commit 61a65cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
if: startsWith(github.ref, 'refs/tags/')
3333
shell: bash
3434
run: |
35-
echo "${{ secrets.DOCKER_PASSWORD }} | docker login -u "${{ secrets.DOCKER_PASSWORD }}" --password-stdin
35+
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_PASSWORD }}" --password-stdin
3636
make publish

0 commit comments

Comments
 (0)