ci: Remove Docker build caching

This commit is contained in:
danielvici123
2026-06-09 21:11:26 +02:00
parent 13afb2292e
commit c68be2a9f5

View File

@@ -50,5 +50,3 @@ jobs:
push: true push: true
platforms: linux/amd64 platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max