From e6f09a0212e66723e15fd0548588d892377dedb8 Mon Sep 17 00:00:00 2001 From: "Debbie (Paperclip Agent)" Date: Thu, 19 Mar 2026 00:52:11 +0000 Subject: [PATCH] Fix: remove conditional on Docker Hub login Board confirmed DOCKERHUB_USERNAME/DOCKERHUB_TOKEN secrets exist. Remove the conditional (which had a YAML parsing issue with unquoted !=). Refs: CAR-77 Co-Authored-By: Paperclip --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d290b2a..71f190a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,6 @@ jobs: type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }} - name: Log in to Docker Hub - if: ${{ secrets.DOCKERHUB_USERNAME != '' }} uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }}