diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 680310d..009ca7e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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