Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 6, 2024
1 parent a9a53e7 commit a182d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a182d13

Please sign in to comment.