aboutsummaryrefslogtreecommitdiff
path: root/iso.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-06-18 10:59:38 -0400
committerspmfox <spmfox@foxwd.com>2024-06-18 10:59:38 -0400
commit46e6e9dee8eb2fa7106d89871e1d19c838d4c355 (patch)
tree1ba83aa46dcfcfb7b4df2d6409524ff779390157 /iso.yml
parent7d36ea84bb5b0746e1eb440ef2033ef854946f6f (diff)
removing all support for fedora - focusing on one distro
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 d3cc90e..31aef25 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/fedora/fedora-bootc:{{ bootc_image_tag if bootc_image_tag is defined else 'latest' }} ; 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/centos-bootc/centos-bootc:{{ bootc_image_tag if bootc_image_tag is defined else 'latest' }} ; podman image prune -f"
tags: cleanup