From 6ce7dd7b4ab010dd810fbda4fc7a93f4809f5459 Mon Sep 17 00:00:00 2001 From: meysamhadeli Date: Thu, 26 Jan 2023 01:58:31 +0330 Subject: [PATCH] refactor --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}