build: enable layer caching for docker image built on github

This commit is contained in:
dumbmoron 2024-05-22 10:05:03 +00:00
parent ae36f2d39f
commit 701182d753
No known key found for this signature in database

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