Skip to content

Commit 5efd00e

Browse files
committed
fixes layer caching when workflow is manually triggered
1 parent 15544c3 commit 5efd00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-from-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
uses: actions/cache@v3
244244
with:
245245
path: /tmp/.buildx-cache
246-
key: ${{ runner.os }}-buildx-${{ github.sha }}
246+
key: ${{ runner.os }}-buildx-${{ github.sha }}-${{ github.run_number}}
247247
restore-keys: |
248248
${{ runner.os }}-buildx-
249249

0 commit comments

Comments
 (0)