ci: attempt to get cache working
Some checks failed
Container build / container-build (push) Failing after 3m24s

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

View File

@ -21,8 +21,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
file: ./Containerfile
push: true
tags: |
git.plabble.org/job79/dev:latest
file: ./Containerfile
tags: git.plabble.org/job79/dev:latest
cache-from: type=gha
cache-to: type=gha,mode=max