From 88b9ee4125bfb8bafde4429f08dc996432eb3810 Mon Sep 17 00:00:00 2001 From: Job79 Date: Sat, 28 Sep 2024 19:48:47 +0200 Subject: [PATCH] ci: attempt to get cache working --- .gitea/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 680310d..009ca7e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -21,8 +21,8 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - context: . - file: ./Containerfile push: true - tags: | - git.plabble.org/job79/dev:latest + file: ./Containerfile + tags: git.plabble.org/job79/dev:latest + cache-from: type=gha + cache-to: type=gha,mode=max