diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml
index 0e701b10ce436078431f1a05504e88d1ade97fb3..e8836ab527b5667df91d9307d633bc0209dc28ee 100644
--- a/.github/workflows/artifacts.yaml
+++ b/.github/workflows/artifacts.yaml
@@ -108,12 +108,12 @@ jobs:
           password: ${{ github.token }}
         if: inputs.publish
 
-      - name: Login to Docker Hub
-        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
-        with:
-          username: ${{ secrets.DOCKER_USERNAME }}
-          password: ${{ secrets.DOCKER_PASSWORD }}
-        if: inputs.publish
+      # - name: Login to Docker Hub
+      #   uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+      #   with:
+      #     username: ${{ secrets.DOCKER_USERNAME }}
+      #     password: ${{ secrets.DOCKER_PASSWORD }}
+      #   if: inputs.publish
 
       - name: Build and push image
         id: build