Skip to content

Commit

Permalink
ci: 修复 hash 文件不正确的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Dec 28, 2024
1 parent a993ae0 commit 5e5f52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
var-cache-apt
var-lib-apt
root-cache-uv
key: cache-${{ hashFiles('.github/workflows/test/Dockerfile') }}
key: cache-${{ hashFiles('docker/noneflow.dockerfile') }}

- name: Inject cache into docker
uses: reproducible-containers/[email protected]
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
var-cache-apt
var-lib-apt
root-cache-uv
key: cache-${{ hashFiles('.github/workflows/test/Dockerfile') }}
key: cache-${{ hashFiles('docker/nonetest.dockerfile') }}

- name: Inject cache into docker
uses: reproducible-containers/[email protected]
Expand Down

0 comments on commit 5e5f52b

Please sign in to comment.