Loading .github/workflows/build_win64.yml +4 −2 Original line number Diff line number Diff line Loading @@ -19,8 +19,10 @@ jobs: name: Login to DockerHub uses: docker/login-action@v1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} push: true tags: user/app:latest secrets: | GIT_AUTH_TOKEN=${{ secrets.MYTOKEN }} - name: Build and push id: docker_build Loading Loading
.github/workflows/build_win64.yml +4 −2 Original line number Diff line number Diff line Loading @@ -19,8 +19,10 @@ jobs: name: Login to DockerHub uses: docker/login-action@v1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} push: true tags: user/app:latest secrets: | GIT_AUTH_TOKEN=${{ secrets.MYTOKEN }} - name: Build and push id: docker_build Loading