diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c789ebc..c0dc9eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,5 +18,5 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} image: ${{ github.repository_owner }}/gitea-runner-windows tags: ${{ github.ref_name }}, latest - registry: ghcr.io + registry: ${{ env.GITEA_REGISTRY_HOST }} buildArgs: SERVERCORE_VERSION="ltsc2022",RUNNER_VERSION="${{ github.ref_name }}"