Skip to content

Commit

Permalink
fix: key name error
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Sep 30, 2024
1 parent 0b506d1 commit 7d59ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
key: ${{ runner.os }}-buildx
restore-keys: ${{ runner.os }}-buildx-

- uses: docker/build-push-action@v4
Expand Down

0 comments on commit 7d59ef1

Please sign in to comment.