fixed bad image setting

This commit is contained in:
Lachee 2025-05-07 15:01:55 +10:00
parent 5bac72cb85
commit 7cae3b98f2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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