aboutsummaryrefslogtreecommitdiff
path: root/iso.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-06-14 18:06:41 -0400
committerspmfox <spmfox@foxwd.com>2024-06-14 18:06:41 -0400
commit7be8247d9238dd02f1925a483c7dac98f1288c32 (patch)
treed797c9bc38cb5ee6df2fe70691180abbe78fd2b1 /iso.yml
parentebf4707bf9cf6aa31b41e977ac96182d4ac098a0 (diff)
initial support for fedora
Diffstat (limited to 'iso.yml')
-rw-r--r--iso.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/iso.yml b/iso.yml
index 52b49e7..d3cc90e 100644
--- a/iso.yml
+++ b/iso.yml
@@ -38,5 +38,5 @@
tags: cleanup
- name: Cleanup images
- ansible.builtin.shell: "podman image rm localhost/bootcblade ; podman image rm quay.io/centos-bootc/bootc-image-builder ; podman image rm quay.io/centos-bootc/centos-bootc:{{ centos_bootc_tag if centos_bootc_tag is defined else 'stream9' }} ; podman image prune -f"
+ ansible.builtin.shell: "podman image rm localhost/bootcblade ; podman image rm quay.io/centos-bootc/bootc-image-builder ; podman image rm quay.io/fedora/fedora-bootc:{{ bootc_image_tag if bootc_image_tag is defined else 'latest' }} ; podman image prune -f"
tags: cleanup