Skip to content

Commit cb3bf85

Browse files
add scope to cache
1 parent 6999276 commit cb3bf85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ jobs:
131131
tags: manylinux-vcpkg-gdal:latest
132132
push: false
133133
load: true
134-
cache-from: type=gha
135-
cache-to: type=gha,mode=max
134+
cache-from: type=gha,scope=${{ matrix.container }}
135+
cache-to: type=gha,mode=max,scope=${{ matrix.container }}
136136
env:
137137
BUILDKIT_PROGRESS: plain
138138

0 commit comments

Comments
 (0)