diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index e97a53d..193c7ea 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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 }}