chore: disable docker cache for fresh build

This commit is contained in:
Christomatt
2026-02-01 04:54:08 +01:00
parent 7bbf3df194
commit 78798732d9
+1 -2
View File
@@ -60,6 +60,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha no-cache: true
cache-to: type=gha,mode=max
platforms: linux/amd64 platforms: linux/amd64