Skip to content

Commit

Permalink
fix(ci): pin ISO installer to known working version
Browse files Browse the repository at this point in the history
Forcing to fix ISOs.
  • Loading branch information
castrojo authored Oct 29, 2024
1 parent 01a39ed commit 8caa6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
curl -Lo ${{ github.workspace }}/bazzite.repo https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/repo/fedora-${{ matrix.major_version }}/kylegospo-bazzite-fedora-${{ matrix.major_version }}.repo
- name: Build ISOs
uses: jasonn3/build-container-installer@f41
uses: jasonn3/build-container-installer@v1.2.2
id: build
with:
arch: x86_64
Expand Down

0 comments on commit 8caa6c9

Please sign in to comment.