Skip to content

Commit 05d5f92

Browse files
committed
ci: update cache key
1 parent cbea796 commit 05d5f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/cache@v3
2626
with:
2727
path: /tmp/.buildx-cache
28-
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
28+
key: ${{ runner.os }}-buildx
2929

3030
- name: Build and Publish image
3131
uses: fluentci-io/setup-fluentci@v5

0 commit comments

Comments
 (0)