Skip to content

Commit

Permalink
fix: Docker login command in publish.yml (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul authored Apr 23, 2024
1 parent 5694047 commit 6571212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Docker Hub login
shell: bash
run: |
docker login --username "$DOCKER_USERNAME" --password-stdin "$DOCKER_PASSWORD"
echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 6571212

Please sign in to comment.