feat: try adding docker caching

This commit is contained in:
diced 2022-10-28 19:37:09 -07:00
parent f9249b1380
commit f30e10f235
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -34,9 +34,11 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker Image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/diced/zipline:trunk
cache-from: type=gha
cache-to: type=gha,mode=max