Skip to content

Commit 58eb867

Browse files
ci(release): drop force-compression from docker build
Layers are still compressed via compression=zstd,compression-level=3. force-compression only re-compressed cache-hit layers that didn't change, wasting CPU on every release with no benefit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent faf65b1 commit 58eb867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
context: .
6464
platforms: linux/amd64,linux/arm64,linux/arm/v7
6565
labels: ${{ steps.meta.outputs.labels }}
66-
outputs: type=image,name=${{ steps.build_meta.outputs.image }},push-by-digest=true,name-canonical=true,push=true,compression=zstd,compression-level=3,force-compression=true
66+
outputs: type=image,name=${{ steps.build_meta.outputs.image }},push-by-digest=true,name-canonical=true,push=true,compression=zstd,compression-level=3
6767
build-args: |
6868
VERSION=${{ steps.build_meta.outputs.version }}
6969
COMMIT=${{ steps.build_meta.outputs.commit }}

0 commit comments

Comments
 (0)