Browse Source

temp: Skip docker hub login

bo0tzz 2 years ago
parent
commit
e92864d1a3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/docker.yml

+ 2 - 1
.github/workflows/docker.yml

@@ -46,7 +46,8 @@ jobs:
 
       - name: Login to Docker Hub
         # Only push to Docker Hub when making a release
-        if: ${{ github.event_name == 'release' }}
+        if: false
+        # if: ${{ github.event_name == 'release' }}
         uses: docker/login-action@v2
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}