Skip to content

Commit f2100b4

Browse files
authored
Merge pull request #36 from frostyard/zstd-chunked
feat: Enable ZSTD Chunked Deployments
2 parents 5e931fd + b4e82f4 commit f2100b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ jobs:
136136
tags: ${{ steps.metadata.outputs.tags }}
137137
username: ${{ env.REGISTRY_USER }}
138138
password: ${{ env.REGISTRY_PASSWORD }}
139+
extra-args: |
140+
--compression-format=zstd:chunked
139141
140142
- name: Install Cosign
141143
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0

0 commit comments

Comments
 (0)