diff --git a/.github/workflows/LX06.yaml b/.github/workflows/LX06.yaml index faca889..6d5d2ae 100644 --- a/.github/workflows/LX06.yaml +++ b/.github/workflows/LX06.yaml @@ -19,7 +19,7 @@ jobs: id: build run: | cd packages/client-patch - docker run -it --rm -e OTA=${{ inputs.ota }} -v $(pwd)/assets:/app/assets -v $(pwd)/patches:/app/patches idootop/open-xiaoai:latest + docker run --rm -e OTA=${{ inputs.ota }} -v $(pwd)/assets:/app/assets -v $(pwd)/patches:/app/patches idootop/open-xiaoai:latest MODEL=$(cat assets/.model) VERSION=$(cat assets/.version) TAG=${MODEL}_${VERSION} diff --git a/.github/workflows/OH2P.yaml b/.github/workflows/OH2P.yaml index d6631b8..81750fd 100644 --- a/.github/workflows/OH2P.yaml +++ b/.github/workflows/OH2P.yaml @@ -19,7 +19,7 @@ jobs: id: build run: | cd packages/client-patch - docker run -it --rm -e OTA=${{ inputs.ota }} -v $(pwd)/assets:/app/assets -v $(pwd)/patches:/app/patches idootop/open-xiaoai:latest + docker run --rm -e OTA=${{ inputs.ota }} -v $(pwd)/assets:/app/assets -v $(pwd)/patches:/app/patches idootop/open-xiaoai:latest MODEL=$(cat assets/.model) VERSION=$(cat assets/.version) TAG=${MODEL}_${VERSION}