Use buildx caching options (#73)

This commit is contained in:
Jesse Hills 2021-07-22 12:32:37 +12:00 committed by GitHub
parent 7ce73f0dc4
commit e9d0814818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
paths:
- Dockerfile
- requirements_test.txt
- .github/workflows/docker.yml
jobs:
@ -46,4 +47,6 @@ jobs:
esphome/aioesphomeapi-proto-builder:latest
push: true
pull: true
cache-to: ghcr.io/esphome/aioesphomeapi-proto-builder:latest
cache-from: ghcr.io/esphome/aioesphomeapi-proto-builder:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7