From db29662ae91ad1069890739575e93630903eab66 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 9 Feb 2023 19:26:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20github:=20Try=20to=20enable=20ca?= =?UTF-8?q?ching?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-subimage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-subimage.yml b/.github/workflows/build-subimage.yml index cc953a6..b054480 100644 --- a/.github/workflows/build-subimage.yml +++ b/.github/workflows/build-subimage.yml @@ -48,6 +48,7 @@ jobs: file: Dockerfile-${{ inputs.subimage }} build-args: DRONE_COMMIT=sha-${{ github.sha }} + BUILDKIT_INLINE_CACHE=1 tags: ${{ steps.meta.outputs.tags }} push: true