From 805e3dea6b81154e20323c8078855d1d7b1b4687 Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Wed, 1 Nov 2023 12:21:18 +0100 Subject: [PATCH] CI: Enable Docker caching --- .github/workflows/push.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7ffc2ba..9b6d9ac 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -87,3 +87,5 @@ jobs: BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }} VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }} REVISION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }} + cache-from: type=gha + cache-to: type=gha,mode=max