From 442ec2f464046f6e83006d982845b213e688c362 Mon Sep 17 00:00:00 2001 From: Mohamed Habib Date: Thu, 13 Nov 2025 11:46:34 -0800 Subject: [PATCH] Remove cache options from Docker build Removed caching options from Docker build step. --- .github/workflows/drift-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/drift-release.yml b/.github/workflows/drift-release.yml index 2bf9e8b16..9a81d218c 100644 --- a/.github/workflows/drift-release.yml +++ b/.github/workflows/drift-release.yml @@ -59,8 +59,6 @@ jobs: platforms: linux/amd64,linux/arm64 tags: ${{ steps.docker-meta.outputs.tags }} labels: ${{ steps.docker-meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max build-args: | COMMIT_SHA=${{ github.sha }} VERSION=${{ steps.meta.outputs.version }}