Skip to content

Commit 2676638

Browse files
authored
Fix wrong context for docker.io username
1 parent 2c555d0 commit 2676638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
image_name: ${{ github.repository }}
8181
image_tag: server-${{ matrix.ssl }}-${{ matrix.avx }}
8282
github_token: ${{ secrets.GHCR_ACCESS_TOKEN }}
83-
docker_io_user: ${{ env.DOCKER_IO_USER }}
83+
docker_io_user: ${{ vars.DOCKER_IO_USER }}
8484
docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }}
8585

0 commit comments

Comments
 (0)