From cc93bc41dfb11e033d9935cb180ea2385cc2129e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 24 Nov 2024 12:55:39 -0800 Subject: [PATCH] Chore: tiny typo in ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a208738f..029b97bd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -406,7 +406,7 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 - # Don't attempt to login is not pushing to Docker Hub + # Don't attempt to login if not pushing to Docker Hub if: steps.push-other-places.outputs.enable == 'true' with: username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -414,7 +414,7 @@ jobs: - name: Login to Quay.io uses: docker/login-action@v3 - # Don't attempt to login is not pushing to Quay.io + # Don't attempt to login if not pushing to Quay.io if: steps.push-other-places.outputs.enable == 'true' with: registry: quay.io