Skip to content

Commit 39c7a00

Browse files
committed
Reproduce
1 parent 6dda587 commit 39c7a00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
name: Run satackey/action-docker-layer-caching@${{ steps.extract.outputs.branch }}
9292
with:
9393
key: docker-layer-caching-${{ matrix.inspect_image }}-sha:${{ github.sha }}-{hash}
94-
restore-keys: docker-layer-caching-${{ matrix.inspect_image }}-sha:${{ github.sha }}-
9594

9695
- run: ${{ matrix.build_command }}
9796

@@ -119,7 +118,7 @@ jobs:
119118
- uses: ./action-dlc
120119
name: Run satackey/action-docker-layer-caching@${{ steps.extract.outputs.branch }}
121120
with:
122-
key: docker-layer-caching-${{ matrix.inspect_image }}-sha:${{ github.sha }}-{hash}
121+
key: never-restored-docker-layer-caching-${{ matrix.inspect_image }}-sha:${{ github.sha }}-{hash}
123122
restore-keys: docker-layer-caching-${{ matrix.inspect_image }}-sha:${{ github.sha }}-
124123
skip-save: 'true'
125124

0 commit comments

Comments
 (0)