Skip to content

Commit

Permalink
Fix container label
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Mar 3, 2024
1 parent 706197b commit 87bf072
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 @@ -23,7 +23,7 @@ jobs:
packages: write
id-token: write
container:
image: fedora:${{ matrix.major_version }}
image: fedora:${{ env.INSTALLER_VERSION }}
options: "--privileged"
volumes:
- "/:/host"
Expand Down

0 comments on commit 87bf072

Please sign in to comment.