Skip to content

Commit

Permalink
Fix release workflow (#249)
Browse files Browse the repository at this point in the history
* Fix

* TEST

* Revert "TEST"

This reverts commit 5d3226f.
  • Loading branch information
raviqqe authored Sep 28, 2022
1 parent 64da523 commit c85c826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: echo ${{ secrets.DOCKER_ACCESS_TOKEN }} | docker login -u ${{ secrets.DOCKER_USERNAME }}
- run: echo ${{ secrets.DOCKER_ACCESS_TOKEN }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
- run: tools/docker.sh

0 comments on commit c85c826

Please sign in to comment.