diff --git a/.gitignore b/.gitignore index 204d6e8..b35fc65 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ cosign.key output/ *.raw *.qcow2 - diff --git a/Justfile b/Justfile index a17dac7..378c086 100644 --- a/Justfile +++ b/Justfile @@ -99,6 +99,7 @@ build $target_image=image_name $tag=default_tag: podman build \ "${BUILD_ARGS[@]}" \ "${LABELS[@]}" \ + --pull=newer \ --tag "${target_image}:${tag}" \ .