Added caching to release job

This commit is contained in:
Donkie
2023-07-10 12:13:30 +02:00
parent f8dfa8f7f7
commit cfef2beb47

View File

@@ -55,3 +55,5 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} 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