Fix Docker registry path by using repository owner instead of repository name
Some checks failed
🤓 Individual Runners / Build 🐳 windows-mono (push) Failing after 1m28s

This commit is contained in:
Guillaume Langlois 2026-02-02 19:11:59 -05:00
parent eb996a64f5
commit b789b9a0cb

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 }}/ DOCKER_REGISTRY: gitea.clubconjure.com/${{ github.repository_owner }}/
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