forked from Conjure-Tools/unity-runner
fixed bad image setting
This commit is contained in:
parent
5bac72cb85
commit
7cae3b98f2
@ -43,7 +43,7 @@ jobs:
|
||||
env:
|
||||
UNITY_VERSION: ${{ matrix.version }}
|
||||
UNITY_PLATFORM: ${{ matrix.platform }}
|
||||
IMAGE_NAME: ${{ env.DOCKER_REGISTRY }}unityci/editor
|
||||
IMAGE: ${{ env.DOCKER_REGISTRY }}unityci/editor
|
||||
GAMECI_VERSION: ${{ env.GAMECI_VERSION }}
|
||||
|
||||
- name: Docker Push
|
||||
|
||||
@ -46,7 +46,7 @@ jobs:
|
||||
env:
|
||||
UNITY_VERSION: ${{ env.UNITY_VERSION }}
|
||||
UNITY_PLATFORM: ${{ matrix.platform }}
|
||||
IMAGE_NAME: ${{ env.DOCKER_REGISTRY }}unityci/editor
|
||||
IMAGE: ${{ env.DOCKER_REGISTRY }}unityci/editor
|
||||
GAMECI_VERSION: ${{ env.GAMECI_VERSION }}
|
||||
|
||||
- name: Docker Push
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user