From f2d01caff38e9b5836c320f697e2553bd1812fe0 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 6 Apr 2025 23:04:25 -0700 Subject: [PATCH] Try adding caching --- .gitea/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 2522008..51111e3 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -38,6 +38,8 @@ jobs: - name: Build and push image uses: docker/build-push-action@v3 with: + cache-from: type=registry,ref=gitea.scubbo.org/scubbo/edh-elo:latest + cache-to: type=registry,ref=gitea.scubbo.org/scubbo/edh-elo:latest context: . file: Dockerfile target: prod