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