From 1fccceb2a75ddd41e699dd622da2feb346b198ea Mon Sep 17 00:00:00 2001 From: Valentin Heiserer Date: Wed, 19 Nov 2025 04:49:04 +0100 Subject: [PATCH] .github/workflows/publish.yml aktualisiert --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"