aboutsummaryrefslogtreecommitdiff
path: root/update.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-05-28 10:29:31 -0400
committerspmfox <spmfox@foxwd.com>2024-05-28 10:29:31 -0400
commitdb610a23f49958d98858705f20fd63208d7937c9 (patch)
tree9cecbbc895142beb0491db2d1511856f1249ade1 /update.yml
parenta2f4ef8a1d83ac42195ad9c10d95572b44609dcd (diff)
adding --no-cache and --pull=always to the update service and update.yml, we want the build to be started fresh each time
Diffstat (limited to 'update.yml')
-rw-r--r--update.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.yml b/update.yml
index 9d23f7a..8e892a9 100644
--- a/update.yml
+++ b/update.yml
@@ -9,7 +9,7 @@
dest: "/root/bootcblade.containerfile"
- name: Build BootcBlade container image
- ansible.builtin.shell: "podman build -t localhost/bootcblade -f /root/bootcblade.containerfile"
+ 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"