From 5c7db03b325a70d1971e6fa0e65fe7af05a002e3 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 680310d..7446038 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -5,6 +5,8 @@ jobs: container-build: runs-on: ubuntu-latest if: gitea.ref == 'refs/heads/main' + env: + RUNNER_TOOL_CACHE: /toolcache steps: - name: Clone repo uses: actions/checkout@v4 @@ -24,5 +26,4 @@ jobs: context: . file: ./Containerfile push: true - tags: | - git.plabble.org/job79/dev:latest + tags: git.plabble.org/job79/dev:latest