We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730f75a commit b72eaadCopy full SHA for b72eaad
.github/workflows/build.yml
@@ -57,8 +57,8 @@ jobs:
57
file: ./Dockerfile
58
platforms: linux/amd64,linux/arm/v7,linux/arm64
59
target: final
60
- cache-from: type=gha
61
- cache-to: ${{ github.event_name == 'release' && 'type=gha' || '' }}
+ cache-from: type=registry,ref=ghcr.io/esphome/docker-base:cache
+ cache-to: ${{ github.event_name == 'release' && 'type=registry,ref=ghcr.io/esphome/docker-base:cache' || '' }}
62
push: ${{ github.event_name != 'pull_request' }}
63
tags: |
64
ghcr.io/esphome/docker-base:${{ steps.get_tag.outputs.version }}
0 commit comments