diff --git a/container-build-push-generic/action.yaml b/container-build-push-generic/action.yaml index d63099ba..8e12e69b 100644 --- a/container-build-push-generic/action.yaml +++ b/container-build-push-generic/action.yaml @@ -63,7 +63,6 @@ runs: tags: ${{ inputs.image-tags }} - name: Login to Docker Registry - if: ${{ github.event_name != 'pull_request' }} uses: docker/login-action@v2 with: registry: ${{ inputs.registry }}