Loading .github/workflows/build_win64.yml +3 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,9 @@ jobs: with: push: true tags: batonogov/pyinstaller-windows:dev secrets: | GIT_AUTH_TOKEN=${{ secrets.MYTOKEN }} with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build Loading Loading
.github/workflows/build_win64.yml +3 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,9 @@ jobs: with: push: true tags: batonogov/pyinstaller-windows:dev secrets: | GIT_AUTH_TOKEN=${{ secrets.MYTOKEN }} with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build Loading