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"