Skip to content

Commit

Permalink
use --load when PUSH_IMAGE is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Jul 29, 2024
1 parent 6c9d9b1 commit 1f0a72a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skaffold-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
if test "$PUSH_IMAGE" = true; then
args+="--push "
else
args+="--load "
fi
if test -n "$PLATFORMS"; then
Expand Down

0 comments on commit 1f0a72a

Please sign in to comment.