diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 2a1bcfa..4c3a5eb 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -81,3 +81,5 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + cache-from: type=gha + cache-to: type=gha,mode=max