Add caching to builder
Some checks failed
Build and Publish / build_and_publish (push) Failing after 1m47s

This commit is contained in:
Nexus 2024-06-10 17:20:09 +01:00
parent d8884d02be
commit c3edb759a9
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -34,4 +34,6 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max