mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-01-22 21:41:26 +01:00
Use buildx caching options (#73)
This commit is contained in:
parent
7ce73f0dc4
commit
e9d0814818
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user