Skip to content

Commit

Permalink
👷 update image build cache scope
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Dec 13, 2023
1 parent 6cc810f commit 43d21cd
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 @@ -74,7 +74,7 @@ jobs:
id: image
run: |
echo "IMAGE=${GITHUB_REPOSITORY@L}" >> $GITHUB_OUTPUT
echo "SCOPE=${{ env.GITHUB_REF_NAME }}-${{ matrix.platform }}" >> $GITHUB_OUTPUT
echo "SCOPE=${{ hashFiles('**/poetry.lock') }}-${{ matrix.platform }}" >> $GITHUB_OUTPUT
- name: Generate Labels
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 43d21cd

Please sign in to comment.