Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 6, 2024
1 parent ab50947 commit b1dd480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
uses: actions/checkout@v4

- name: Build Image
run: docker build -f build/Dockerfile -t ponces/treble .
run: docker build -f build/Dockerfile -t imbroglius/treble .

- name: Sync with TrebleDroid
run: |
docker run --rm \
--name td \
--volume ${{ github.workspace }}/patches:/aosp/treble_aosp/patches \
--volume ${{ github.workspace }}/patches:/aosp/redmi_13c_treble_aosp/patches \
ponces/treble treblesync
cp -r patches/trebledroid patches/patches
cd patches
Expand Down

0 comments on commit b1dd480

Please sign in to comment.