Skip to content

Commit 21c0f06

Browse files
committed
add key
1 parent 0cd79f9 commit 21c0f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buid-vm-image-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- uses: actions/cache@v4
3333
name: packer cache
3434
with:
35-
path:
36-
~/.cache
35+
path: ~/.cache
36+
key: ${{ env.version }}-packer-cache-${{ hashFiles('**/template.json') }}
3737

3838
- name: Enable KVM
3939
run: |

0 commit comments

Comments
 (0)