From c2a163e022c8bb2079abeedec3913154246b8f6e Mon Sep 17 00:00:00 2001 From: Ferdinand Prantl Date: Mon, 13 May 2024 09:03:38 +0200 Subject: [PATCH] ci: Remove forgotten login vondition --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02182af..8321b14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -196,7 +196,6 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/login-action@v3 - if: ${{ steps.inspect.outputs.publish == 'true' }} with: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }}