We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544d0de commit c954abaCopy full SHA for c954aba
.github/workflows/docker.yml
@@ -84,4 +84,4 @@ jobs:
84
keys=(${{ runner.os }}-buildx- ${{ runner.os }}-buildx-${{ hashFiles('Dockerfile') }})
85
for key in "${keys[@]}"; do
86
curl -X DELETE -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/${{ github.repository }}/actions/caches/$key"
87
- done
+ done
0 commit comments