Disable cache for github action

As Docker's cache subsystem cat't detect update to external
sources it's better just disable it.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
This commit is contained in:
Jiaxun Yang
2024-08-28 17:30:26 +01:00
committed by Supreeth Herle
parent 9082e2e937
commit 20245f2685

View File

@@ -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