aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.yml b/update.yml
index 8e892a9..203d9a3 100644
--- a/update.yml
+++ b/update.yml
@@ -12,4 +12,4 @@
ansible.builtin.shell: "podman build -t localhost/bootcblade -f /root/bootcblade.containerfile --no-cache --pull=always"
- name: Run bootc-update to apply newly built image
- ansible.builtin.shell: "bootc update"
+ ansible.builtin.shell: "bootc switch --transport containers-storage localhost/bootcblade:latest && bootc update"