From 66565fff5c46816af686f9e5dcd2148036df9a2c Mon Sep 17 00:00:00 2001 From: Deploy Debbie Date: Thu, 19 Mar 2026 19:14:46 +0000 Subject: [PATCH] fix(ci): remove Docker Hub login step We push to GHCR only per infrastructure policy. The Docker Hub login step was added in error and would fail since DOCKERHUB_USERNAME/TOKEN secrets are not configured. Co-Authored-By: Paperclip --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a8f13e..4fe90dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,12 +51,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Log in to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Log in to GHCR if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: docker/login-action@v3