ci: attempt to get cache working

This commit is contained in:
Job
2024-09-28 19:48:47 +02:00
parent 8c13f219b5
commit 5c7db03b32

@@ -5,6 +5,8 @@ jobs:
container-build: container-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/main' if: gitea.ref == 'refs/heads/main'
env:
RUNNER_TOOL_CACHE: /toolcache
steps: steps:
- name: Clone repo - name: Clone repo
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -24,5 +26,4 @@ jobs:
context: . context: .
file: ./Containerfile file: ./Containerfile
push: true push: true
tags: | tags: git.plabble.org/job79/dev:latest
git.plabble.org/job79/dev:latest