Skip to content

Commit 6a4c922

Browse files
chore: try including platform pair in cache key
1 parent eeb6b73 commit 6a4c922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ghcr-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
with:
7474
context: .
7575
labels: ${{ steps.meta.outputs.labels }}
76-
cache-from: type=gha
77-
cache-to: type=gha,mode=max
76+
cache-from: type=gha,scope=${{ env.PLATFORM_PAIR }}
77+
cache-to: type=gha,mode=max,scope=${{ env.PLATFORM_PAIR }}
7878
platforms: ${{ matrix.platform }}
7979
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true,annotation.org.opencontainers.image.description=Blazingly fast code search
8080
build-args: |

0 commit comments

Comments
 (0)