Skip to content

Commit

Permalink
test: do not --pull
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumelecerf committed Oct 29, 2024
1 parent c45de7b commit a830fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [ -n "$PARAM_CACHE_TO" ]; then

docker buildx create --name cache --use
docker buildx use cache
build_args+=("--cache-to=$cache_to" --load)
build_args+=("--cache-to=$cache_to")
fi

# The context must be the last argument.
Expand Down

0 comments on commit a830fe8

Please sign in to comment.