From 9e50cdedaf0939fba5b3242aeaf024c663c50a5c Mon Sep 17 00:00:00 2001 From: Guillaume Langlois Date: Tue, 3 Feb 2026 10:21:37 -0500 Subject: [PATCH] fix: update Docker registry path to use specific repository --- .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 5632309..57be0a4 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_owner }}/ + DOCKER_REGISTRY: gitea.clubconjure.com/conjure/ UNITY_VERSION: ${{ github.event.inputs.unity_version }} GAMECI_OS: ubuntu GAMECI_VERSION: 3