Skip to content

Commit

Permalink
👷 fix cache hash key
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Dec 13, 2023
1 parent 8a39e2a commit e523aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
id: image
run: |
echo "IMAGE=${GITHUB_REPOSITORY@L}" >> $GITHUB_OUTPUT
echo "SCOPE=${{ hashFiles('**/poetry.lock') }}-${{ matrix.python_version }}${{ matrix.python_variant }}-${{ matrix.platform }}" >> $GITHUB_OUTPUT
echo "SCOPE=${{ hashFiles('**/pdm.lock') }}-${{ matrix.python_version }}${{ matrix.python_variant }}-${{ matrix.platform }}" >> $GITHUB_OUTPUT
- name: Generate Labels
uses: docker/metadata-action@v5
Expand Down

0 comments on commit e523aab

Please sign in to comment.