From 5b3e327ff89ee3ca5eea315f7527aa95ba47868b Mon Sep 17 00:00:00 2001 From: x7z4w Date: Sun, 3 Aug 2025 18:45:51 +0000 Subject: [PATCH] docker2 Signed-off-by: x7z4w --- .forgejo/workflows/android-check.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/android-check.yaml b/.forgejo/workflows/android-check.yaml index 2f00e57ce..1af8d34fe 100644 --- a/.forgejo/workflows/android-check.yaml +++ b/.forgejo/workflows/android-check.yaml @@ -38,13 +38,7 @@ jobs: lint: name: Android Lint runs-on: ubuntu-latest - container: - image: runmymind/docker-android-sdk:latest steps: - - name: Parallel submodules checkout - shell: bash - run: apt-get install - - name: Checkout sources uses: actions/checkout@v4 with: @@ -55,6 +49,7 @@ jobs: run: git submodule update --depth 1 --init --recursive --jobs=$(($(nproc) * 20)) - name: Lint + uses: docker://runmymind/docker-android-sdk:latest shell: bash working-directory: android run: ./gradlew -Pandroidauto=true lint @@ -62,8 +57,6 @@ jobs: android-check: name: Build Android Debug runs-on: ubuntu-latest - container: - image: runmymind/docker-android-sdk:latest strategy: fail-fast: false matrix: @@ -100,6 +93,7 @@ jobs: key: ${{ github.workflow }}-${{ matrix.flavor }} - name: Compile ${{ matrix.flavor }} + uses: docker://runmymind/docker-android-sdk:latest shell: bash working-directory: android env: