fix: update Docker registry path to use specific repository
Some checks failed
🤓 Individual Runners / Build 🐳 windows-mono (push) Successful in 26m31s
Update README with Docker Images / update-readme (push) Failing after 1m0s

This commit is contained in:
Guillaume Langlois 2026-02-03 10:21:37 -05:00
parent f69631691d
commit 9e50cdedaf

View File

@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
DOCKER_REGISTRY_DOMAIN: gitea.clubconjure.com 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 }} UNITY_VERSION: ${{ github.event.inputs.unity_version }}
GAMECI_OS: ubuntu GAMECI_OS: ubuntu
GAMECI_VERSION: 3 GAMECI_VERSION: 3