Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
whoan committed Oct 21, 2023
1 parent f291188 commit 20661f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,11 @@ _build_image_buildkit() {

_parse_extra_args

# build image using cache
set -x
ECHO $DOCKER_BUILDKIT
docker buildx ls
docker buildx create --use
# build image using cache
# shellcheck disable=SC2086
docker build \
--cache-from type=registry,ref="$cache_image" \
Expand Down

0 comments on commit 20661f5

Please sign in to comment.