Skip to content

Commit

Permalink
update build cache repo (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurochan authored Jan 19, 2024
1 parent f4d7ec5 commit 0ac1c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
file: Dockerfile.${{ matrix.variant }}
cache-to: type=registry,ref=ghcr.io/cyberagentai/libvips:${{ matrix.variant }}-buildcache
cache-to: type=registry,ref=ghcr.io/cyberagentai/libvips-buildcache:${{ matrix.variant }}
cache-from: type=registry,ref=ghcr.io/cyberagentai/libvips:${{ matrix.variant }}-buildcache
tags: |
ghcr.io/cyberagentai/libvips:${{ matrix.variant }}
ghcr.io/cyberagentai/libvips:${{ matrix.variant }}-${{ env.VERSION }}
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
provenance: false
push: false
platforms: ${{ matrix.arch }}
cache-from: type=registry,ref=ghcr.io/cyberagentai/libvips:${{ matrix.variant }}-buildcache
cache-from: type=registry,ref=ghcr.io/cyberagentai/libvips-buildcache:${{ matrix.variant }}
file: Dockerfile.${{ matrix.variant }}

concurrency:
Expand Down

0 comments on commit 0ac1c70

Please sign in to comment.