Skip to content

Commit

Permalink
Disable cache for github action
Browse files Browse the repository at this point in the history
As Docker's cache subsystem cat't detect update to external
sources it's better just disable it.

Signed-off-by: Jiaxun Yang <[email protected]>
  • Loading branch information
FlyGoat committed Aug 28, 2024
1 parent 9082e2e commit 14d71d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: true

0 comments on commit 14d71d7

Please sign in to comment.