Skip to content

Commit

Permalink
Fix if: ${{ env.DOCKER_RW }}.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Nov 12, 2024
1 parent 531537d commit 6583a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Log in to Docker Hub
if: ${{ env.DOCKER_RW }}
if: ${{ env.DOCKER_RW == 'true' }}
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 6583a1b

Please sign in to comment.