From 0263a68d331db9b6142ba972d6a24b33e6500781 Mon Sep 17 00:00:00 2001 From: Hazel Atkinson Date: Wed, 9 Apr 2025 17:42:05 +0100 Subject: way more optimal dockerfile --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ab5170..007f913 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,4 +58,6 @@ jobs: file: ./Dockerfile push: true tags: ${{ env.DOCKER_IMAGE_TAGS }} - platforms: linux/amd64,linux/arm64,linux/arm/v7 \ No newline at end of file + platforms: linux/amd64,linux/arm64,linux/arm/v7 + cache-from: type=gha + cache-to: type=gha,mode=max \ No newline at end of file -- cgit