From 05f6662c9ed08650fe32da07366424ae599562d6 Mon Sep 17 00:00:00 2001 From: thenav56 Date: Tue, 5 Nov 2024 12:29:43 +0545 Subject: [PATCH] Remove buggy conditional --- .github/workflows/publish-nginx-serve.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-nginx-serve.yml b/.github/workflows/publish-nginx-serve.yml index 137eac980..733053174 100644 --- a/.github/workflows/publish-nginx-serve.yml +++ b/.github/workflows/publish-nginx-serve.yml @@ -25,7 +25,6 @@ jobs: - name: Login to GitHub Container Registry uses: docker/login-action@v3 - if: ${{ inputs.push_docker_image }} with: registry: ghcr.io username: ${{ github.actor }}