From 3950f4fad6eb48be9231c5080feb57e4b54e13fa Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 9 Feb 2023 19:33:30 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-subimage.yml b/.github/workflows/build-subimage.yml index b054480..cc86acb 100644 --- a/.github/workflows/build-subimage.yml +++ b/.github/workflows/build-subimage.yml @@ -46,7 +46,7 @@ jobs: with: context: . file: Dockerfile-${{ inputs.subimage }} - build-args: + build-args: | DRONE_COMMIT=sha-${{ github.sha }} BUILDKIT_INLINE_CACHE=1 tags: ${{ steps.meta.outputs.tags }}