From 7cae3b98f2565d6867fc7b31b2631db749b4f4c4 Mon Sep 17 00:00:00 2001 From: Lachee Date: Wed, 7 May 2025 15:01:55 +1000 Subject: [PATCH] fixed bad image setting --- .gitea/workflows/build-all-images.yaml | 2 +- .gitea/workflows/build-latest-image.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-all-images.yaml b/.gitea/workflows/build-all-images.yaml index f8e9850..e0e5909 100644 --- a/.gitea/workflows/build-all-images.yaml +++ b/.gitea/workflows/build-all-images.yaml @@ -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 diff --git a/.gitea/workflows/build-latest-image.yaml b/.gitea/workflows/build-latest-image.yaml index a504360..e3c130a 100644 --- a/.gitea/workflows/build-latest-image.yaml +++ b/.gitea/workflows/build-latest-image.yaml @@ -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