Skip to content

Commit

Permalink
Max cache mode (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Sep 5, 2024
1 parent d26f8c1 commit c522a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
target: final
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' || '' }}
cache-to: ${{ github.event_name == 'release' && 'type=registry,ref=ghcr.io/esphome/docker-base:cache,mode=max' || '' }}
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/esphome/docker-base:${{ steps.get_tag.outputs.version }}

0 comments on commit c522a08

Please sign in to comment.