We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791dca9 commit 61a65cbCopy full SHA for 61a65cb
.github/workflows/main.yml
@@ -32,5 +32,5 @@ jobs:
32
if: startsWith(github.ref, 'refs/tags/')
33
shell: bash
34
run: |
35
- echo "${{ secrets.DOCKER_PASSWORD }} | docker login -u "${{ secrets.DOCKER_PASSWORD }}" --password-stdin
+ echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_PASSWORD }}" --password-stdin
36
make publish
0 commit comments