]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Chore: tiny typo in ci.yml
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 24 Nov 2024 20:55:39 +0000 (12:55 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sun, 24 Nov 2024 20:55:39 +0000 (12:55 -0800)
.github/workflows/ci.yml

index 4a208738f2167ba8be969b9a555fc27ab1995fb7..029b97bd0b6579a7071b51f1ee78367fc875e379 100644 (file)
@@ -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