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 committed Dec 20, 2024
1 parent 3928787 commit 539b9c1
Showing 1 changed file with 1 addition and 0 deletions.
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 539b9c1

Please sign in to comment.