Skip to content

Commit bb875b8

Browse files
fix: set correct cache key for the docker step
1 parent 64b63e2 commit bb875b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ jobs:
459459
path: |
460460
~/.cargo
461461
./target
462-
key: ${{ runner.os }}-${{ runner.arch }}-build-${{ env.CACHE_NAME }}-${{ hashFiles('Cargo.lock') }}-test
462+
key: ${{ runner.os }}-${{ runner.arch }}-build-${{ env.CACHE_NAME }}-${{ hashFiles('Cargo.lock') }}-docker
463463
restore-keys: |
464464
${{ runner.os }}-${{ runner.arch }}-build-${{ env.CACHE_NAME }}-${{ hashFiles('Cargo.lock') }}-
465465
${{ runner.os }}-${{ runner.arch }}-build-${{ env.CACHE_NAME }}-

0 commit comments

Comments
 (0)