Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 6, 2024
1 parent b1dd480 commit f388e48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
run: echo "RELEASE_TITLE=$(date +'v%Y.%m.%d')" >> $GITHUB_ENV

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

- name: Get Keys
uses: actions/checkout@v4
with:
repository: ponces/vendor_ponces-priv
token: ${{ secrets.GH_TOKEN }}
path: vendor_ponces-priv
repository: imbroglius/vendor_daniel-priv
token: ${{ secrets.MY_TOKEN || github.token }}
path: vendor_daniel-priv

- name: Build ROM
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
--privileged \
--name treble \
--volume ${{ github.workspace }}/builds:/root/builds \
--volume ${{ github.workspace }}/vendor_ponces-priv:/aosp/vendor/ponces-priv \
--volume ${{ github.workspace }}/vendor_daniel-priv:/aosp/vendor/daniel-priv \
--volume ${{ github.workspace }}/config/ota.json:/aosp/treble_aosp/config/ota.json \
ponces/treble treblebuild
Expand Down

0 comments on commit f388e48

Please sign in to comment.