forked from Conjure-Tools/unity-runner
Fix Docker registry path by using repository owner instead of repository name
Some checks failed
🤓 Individual Runners / Build 🐳 windows-mono (push) Failing after 1m28s
Some checks failed
🤓 Individual Runners / Build 🐳 windows-mono (push) Failing after 1m28s
This commit is contained in:
parent
eb996a64f5
commit
b789b9a0cb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user