ci: use cache for docker builds

This commit is contained in:
Henrique Dias
2024-07-21 20:53:06 +02:00
committed by GitHub
parent c125bedae1
commit 85219df921
+2
View File
@@ -65,3 +65,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
build-args: ${{ steps.meta.outputs.args }} build-args: ${{ steps.meta.outputs.args }}
cache-from: type=gha
cache-to: type=gha,mode=max