Skip to content

Commit d56329e

Browse files
committed
fix: update cache configuration in CI workflow for Docker builds
1 parent 0991758 commit d56329e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
build-args: |
6363
VERSION=${{ steps.tag.outputs.version }}
6464
COMMIT=${{ github.sha }}
65-
cache-from: type=gha
66-
cache-to: type=gha,mode=max
65+
cache-from: type=gha,scope=build-${{ matrix.suffix || 'default' }}
66+
cache-to: type=gha,mode=max,scope=build-${{ matrix.suffix || 'default' }}

0 commit comments

Comments
 (0)