using docker build cache for speedier builds

This commit is contained in:
Jason Kulatunga
2022-05-09 20:37:15 -07:00
parent 4bad2d7b03
commit f5af86fd46
+2 -1
View File
@@ -101,7 +101,8 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
omnibus:
runs-on: ubuntu-latest
permissions: