From 3067e72099ecd7088275c78702c2dfdf60870f3b Mon Sep 17 00:00:00 2001 From: na2na-p Date: Wed, 10 Apr 2024 22:27:45 +0900 Subject: [PATCH] =?UTF-8?q?type=3Dgha=E3=81=AB=E3=81=97=E3=81=A6=E3=81=BF?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infra/docker/image-bake.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/docker/image-bake.hcl b/infra/docker/image-bake.hcl index 32808f31..ca379ea4 100644 --- a/infra/docker/image-bake.hcl +++ b/infra/docker/image-bake.hcl @@ -5,6 +5,6 @@ group "default" { target "app" { dockerfile = "infra/docker/Dockerfile" platforms = ["linux/amd64", "linux/arm64"] - cache-to = ["type=local,dest=/tmp/.buildx-cache"] - cache-from = ["type=local,src=/tmp/.buildx-cache"] + cache-to = ["type=gha,dest=/tmp/.buildx-cache"] + cache-from = ["type=gha,src=/tmp/.buildx-cache"] }