Revert "perf: enable GHA cache for base image layers in Docker builds"

This reverts commit a378c0f913.
This commit is contained in:
DevContainer User
2026-03-03 16:48:47 +00:00
parent a378c0f913
commit d5338ab836
3 changed files with 2 additions and 13 deletions
+1 -3
View File
@@ -96,9 +96,7 @@ jobs:
with:
context: .
push: true
build-args: CACHE_BUST=${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: true
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.tag }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.version }}