From cf5f81af0f0e0d7f5bec9b05ea24261a077aa1e3 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Mon, 23 Mar 2026 18:02:39 -0500 Subject: [PATCH] Bug Fix: Fix CI Pipline attempting login to Docker Hub for PR's. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5d4528b..9745189e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,6 +113,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Docker Hub + if: github.event_name != 'pull_request' uses: docker/login-action@v4 with: registry: docker.io