Use Github Actions Cache

This commit is contained in:
Morten Lied Johansen 2024-10-02 20:43:11 +02:00
parent 970982db30
commit b8bafb70d4
No known key found for this signature in database
GPG key ID: 8DC6DECB15005221

View file

@ -53,3 +53,5 @@ jobs:
push: ${{ github.ref == 'refs/heads/main' }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max