Skip to content

Commit

Permalink
chore(ci): Added new upload action and readded push to test
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Feb 22, 2024
1 parent 84bb3be commit 75b94b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Bazzite ISOs
on:
workflow_dispatch:
push:
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}

Expand Down Expand Up @@ -39,3 +40,12 @@ jobs:
IMAGE_TAG: ${{ matrix.image_tag }}
ACTION_REPO: ublue-os/isogenerator
ACTION_REF: 1.0.2
- name: Upload ISOs to R2
uses: ryand56/r2-upload-action@latest
with:
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
r2-access-key-id: ${{ secrets.R2_ACCESS_KEY_ID }}
r2-secret-access-key: ${{ secrets.R2_SECRET_ACCESS_KEY }}
r2-bucket: ${{ secrets.R2_BUCKET }}
source-dir: ./end_iso
destination-dir: ./

0 comments on commit 75b94b3

Please sign in to comment.