Skip to content

Commit

Permalink
migrate build cache repo (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurochan authored Jan 19, 2024
1 parent 0ac1c70 commit 49c0499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
platforms: linux/amd64,linux/arm64
file: Dockerfile.${{ matrix.variant }}
cache-to: type=registry,ref=ghcr.io/cyberagentai/libvips-buildcache:${{ matrix.variant }}
cache-from: type=registry,ref=ghcr.io/cyberagentai/libvips:${{ matrix.variant }}-buildcache
cache-from: type=registry,ref=ghcr.io/cyberagentai/libvips-buildcache:${{ matrix.variant }}
tags: |
ghcr.io/cyberagentai/libvips:${{ matrix.variant }}-${{ env.VERSION }}
Expand Down

0 comments on commit 49c0499

Please sign in to comment.