diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e8b559..540c6dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Login to DockerHub - if: ${{ steps.last_release.outputs.name }} != '' + if: ${{ steps.last_release.outputs.tag_name }} != 0 uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }}