From 5fe449261237888e0d6b4491fca206544af5d0e2 Mon Sep 17 00:00:00 2001 From: Lachee Date: Wed, 7 May 2025 14:08:32 +1000 Subject: [PATCH] removed bad stuff --- .gitea/workflows/build-all-images.yaml | 2 +- .gitea/workflows/build-latest-image.yaml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-all-images.yaml b/.gitea/workflows/build-all-images.yaml index 0134f73..f2c006b 100644 --- a/.gitea/workflows/build-all-images.yaml +++ b/.gitea/workflows/build-all-images.yaml @@ -46,4 +46,4 @@ jobs: GAMECI_VERSION: ${{ env.GAMECI_VERSION }} - name: Push Docker Image - if: ${{ false }} \ No newline at end of file + run: echo "TODO" \ No newline at end of file diff --git a/.gitea/workflows/build-latest-image.yaml b/.gitea/workflows/build-latest-image.yaml index e985026..8c34874 100644 --- a/.gitea/workflows/build-latest-image.yaml +++ b/.gitea/workflows/build-latest-image.yaml @@ -32,7 +32,6 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Get Unity Version - id: get-unity-version run: | VERSION=$(head -n 1 versions.txt) echo "UNITY_VERSION=$VERSION" >> $GITHUB_ENV @@ -43,6 +42,6 @@ jobs: UNITY_VERSION: ${{ env.UNITY_VERSION }} UNITY_PLATFORM: ${{ matrix.platform }} GAMECI_VERSION: ${{ env.GAMECI_VERSION }} - + - name: Push Docker Image - if: ${{ false }} + run: echo "TODO"