ci: attempt to get cache working
Some checks failed
Container build / container-build (push) Has been cancelled

This commit is contained in:
Job 2024-09-28 19:48:47 +02:00
parent 8c13f219b5
commit 5c7db03b32
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -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