From c3edb759a9ada724d4a488443a14907c90bffe5f Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 10 Jun 2024 17:20:09 +0100 Subject: [PATCH] Add caching to builder --- .gitea/workflows/docker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 7c84e52..4d84b8b 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -34,4 +34,6 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} + cache-from: type=gha + cache-to: type=gha,mode=max \ No newline at end of file