Skip to content

Commit

Permalink
Add k3s version to the produced uki standard container image
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Feb 3, 2025
1 parent 7f7c758 commit 6349caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ jobs:
--BASE_IMAGE=${{ matrix.baseImage }} \
--MODEL=${{ matrix.model }} \
--FAMILY=${{ matrix.family }} \
--K3S_VERSION=${{ matrix.k3s_version }} \
--BOOTLOADER=systemd-boot
sudo mv build/* .
sudo rm -rf build
Expand Down

0 comments on commit 6349caa

Please sign in to comment.