We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c555d0 commit 2676638Copy full SHA for 2676638
.github/workflows/build.yml
@@ -80,6 +80,6 @@ jobs:
80
image_name: ${{ github.repository }}
81
image_tag: server-${{ matrix.ssl }}-${{ matrix.avx }}
82
github_token: ${{ secrets.GHCR_ACCESS_TOKEN }}
83
- docker_io_user: ${{ env.DOCKER_IO_USER }}
+ docker_io_user: ${{ vars.DOCKER_IO_USER }}
84
docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }}
85
0 commit comments