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 45db69b commit 2c555d0Copy full SHA for 2c555d0
.github/workflows/build.yml
@@ -80,4 +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 }}
84
+ docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }}
85
0 commit comments