From cbf3431e59443543e2065dc1a6c2abe568ec477f Mon Sep 17 00:00:00 2001 From: alavenant Date: Wed, 10 Jul 2024 17:22:32 +0200 Subject: [PATCH] Update cicd_docker.yml --- .github/workflows/cicd_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd_docker.yml b/.github/workflows/cicd_docker.yml index 15d9df6..8cf261dd 100644 --- a/.github/workflows/cicd_docker.yml +++ b/.github/workflows/cicd_docker.yml @@ -33,7 +33,7 @@ jobs: # Login against a Docker registry except on PR # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} - if: github.event_name != 'pull_request' + #if: github.event_name != 'pull_request' uses: docker/login-action@v2 with: registry: ${{ env.REGISTRY }}