From 946d08341a127736d6cdfcb8c0d79189298fca6e Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sat, 10 Sep 2022 03:07:08 +0200 Subject: [PATCH] Use gha cache --- build/bin/build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/bin/build b/build/bin/build index edefd0f..0b46b29 100755 --- a/build/bin/build +++ b/build/bin/build @@ -1,6 +1,6 @@ #!/usr/bin/env bash -docker buildx \ - --cache-from "type=gha" \ - --cache-to "type=gha,mode=max" \ - bake --pull --file "build/docker-bake.hcl" \ No newline at end of file +docker buildx bake --set *."cache-from=type=gha" +docker buildx bake --set *."cache-to=type=gha,mode=max" + +docker buildx bake --pull --file "build/docker-bake.hcl" \ No newline at end of file