Skip to content

Commit

Permalink
ci: cache pip in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 15, 2024
1 parent 25a3a98 commit 20537fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/cache@v4
with:
path: pip-wheel-cache
key: ${{ runner.os }}-pip-cache-${{ hashFiles('**/poetry.lock') }}
key: ${{ runner.os }}-pip-cache

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

0 comments on commit 20537fd

Please sign in to comment.