From 8e9f676864fe6fe77dbd1f9a091cb9b84746db26 Mon Sep 17 00:00:00 2001 From: Marcin Zyla Date: Thu, 28 Mar 2024 17:48:57 +0100 Subject: [PATCH] test --- hack/ci-build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/ci-build.sh b/hack/ci-build.sh index 222c320..59fc592 100755 --- a/hack/ci-build.sh +++ b/hack/ci-build.sh @@ -19,7 +19,8 @@ function do_build { # --export-cache type=inline \ # --import-cache type=registry,ref="${IMAGE_BASE_NAME}" \ set -x - buildctl build \ + # buildctl + docker build \ --frontend dockerfile.v0 \ --progress=plain \ --local context=. \