diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59dcd3c3..c20350a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: run: echo "BUILD_VARIANT=${{ inputs.build_variant || 'treble_arm64_bgN' }}" >> $GITHUB_ENV - name: Build Image - run: docker build -f build/Dockerfile -t imbroglius/treble . + run: docker build -f build/Dockerfile -t imbroglius/aosp . - name: Get Keys uses: actions/checkout@v4