Skip to content

Commit

Permalink
CI: read docker build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyster committed Apr 7, 2024
1 parent a6ca46e commit 91794db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
target: production
cache-from: type=registry,ref=spectrumim/spectrum
cache-from: type=registry,ref=spectrumim/spectrum:buildcache
cache-to: type=registry,ref=spectrumim/spectrum:buildcache,mode=max
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
Expand Down

0 comments on commit 91794db

Please sign in to comment.