Skip to content

Commit

Permalink
Revert "CI: using docker registry build cache"
Browse files Browse the repository at this point in the history
This reverts commit a6ca46e.
  • Loading branch information
vitalyster committed Apr 7, 2024
1 parent 94ec5b1 commit ea8849a
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=registry,ref=spectrumim/spectrum:buildcache,mode=max
cache-to: type=inline
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}

0 comments on commit ea8849a

Please sign in to comment.