Skip to content

Commit

Permalink
fix cache dance config
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Nov 14, 2024
1 parent fb645b5 commit 23287bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
{
"cache": {
"target": "/cache",
"id": "cache-${{ matrix.name }}-${{ matrix.features }}",
"id": "cache-${{ matrix.name }}-${{ matrix.features }}"
}
}
skip-extraction: ${{ steps.cache.outputs.cache-hit }}
Expand Down

0 comments on commit 23287bc

Please sign in to comment.