Skip to content

Commit

Permalink
do not use github sha in cache [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaeke committed Apr 18, 2021
1 parent ea5ec50 commit bd98c0e
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
key: ${{ runner.os }}-buildx-go-template
restore-keys: |
${{ runner.os }}-buildx-
Expand Down

0 comments on commit bd98c0e

Please sign in to comment.