Skip to content

Commit

Permalink
CI: using docker registry build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyster committed Apr 7, 2024
1 parent 03732f9 commit a6ca46e
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 @@ -40,7 +40,7 @@ jobs:
platforms: linux/amd64,linux/arm64
target: production
cache-from: type=registry,ref=spectrumim/spectrum
cache-to: type=inline
cache-to: type=registry,ref=spectrumim/spectrum:buildcache,mode=max
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}

0 comments on commit a6ca46e

Please sign in to comment.