remove caching configuration from docker workflow
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 42s

This commit is contained in:
Flavio Fois
2026-03-23 11:52:08 +01:00
parent 9271e965d4
commit 1474776304

View File

@@ -51,5 +51,3 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ steps.reg.outputs.image }}:cache
cache-to: type=registry,ref=${{ steps.reg.outputs.image }}:cache,mode=max