Added caching to GH actions

This commit is contained in:
Kieran Eglin 2024-04-03 11:06:40 -07:00
parent 3b1c1692fb
commit ce35130a93
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -77,3 +77,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max