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