Skip to content

Commit

Permalink
[wip] Update build output type
Browse files Browse the repository at this point in the history
set output to type=oci,dest=test.tar
  • Loading branch information
victorlin authored Sep 2, 2022
1 parent e3c893e commit ecac840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/build
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ docker buildx build \
--cache-from $BASE_IMAGE \
--cache-to type=inline \
--tag $BASE_BUILDER_IMAGE:$tag \
--load \
--output type=oci,dest=test.tar \
--target builder \
.

Expand All @@ -61,5 +61,5 @@ docker buildx build \
--cache-from $BASE_IMAGE \
--cache-to type=inline \
--tag $BASE_IMAGE:$tag \
--load \
--output type=oci,dest=test.tar \
.

0 comments on commit ecac840

Please sign in to comment.