From abb6c688de712ac8d94c30da13ee67c1590c79de Mon Sep 17 00:00:00 2001 From: Geczy Date: Wed, 27 Dec 2023 23:48:20 -0500 Subject: [PATCH] Add no-cache option to docker bake action --- .github/workflows/builder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index cb8d4462..0d51a52e 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -26,6 +26,7 @@ jobs: uses: docker/bake-action@v4 with: push: true + no-cache: true set: | *.output=type=docker,oci-mediatypes=false *.platform=linux/arm64