Skip to content

Commit

Permalink
[chore] add "--pull newer" to build recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber authored and tulilirockz committed Dec 20, 2024
1 parent 3928787 commit 44c26c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ cosign.key
output/
*.raw
*.qcow2

1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ build $target_image=image_name $tag=default_tag:
podman build \
"${BUILD_ARGS[@]}" \
"${LABELS[@]}" \
--pull=newer \
--tag "${target_image}:${tag}" \
.

Expand Down

0 comments on commit 44c26c4

Please sign in to comment.