From b789b9a0cbf3ed4229b85dce76417c247428ff19 Mon Sep 17 00:00:00 2001 From: Guillaume Langlois Date: Mon, 2 Feb 2026 19:11:59 -0500 Subject: [PATCH] Fix Docker registry path by using repository owner instead of repository name --- .gitea/workflows/create-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/create-image.yaml b/.gitea/workflows/create-image.yaml index c279342..ddda0ab 100644 --- a/.gitea/workflows/create-image.yaml +++ b/.gitea/workflows/create-image.yaml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest env: DOCKER_REGISTRY_DOMAIN: gitea.clubconjure.com - DOCKER_REGISTRY: gitea.clubconjure.com/${{ github.repository }}/ + DOCKER_REGISTRY: gitea.clubconjure.com/${{ github.repository_owner }}/ UNITY_VERSION: ${{ github.event.inputs.unity_version }} GAMECI_OS: ubuntu GAMECI_VERSION: 3