Loading .github/workflows/build_win64.yml +2 −5 Original line number Diff line number Diff line Loading @@ -18,9 +18,6 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 with: push: true tags: batonogov/pyinstaller-windows:dev with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} Loading Loading
.github/workflows/build_win64.yml +2 −5 Original line number Diff line number Diff line Loading @@ -18,9 +18,6 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 with: push: true tags: batonogov/pyinstaller-windows:dev with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} Loading