Skip to content

Commit 7bdef32

Browse files
authored
feat: switch compression algorithm to zstd
1 parent d7ff165 commit 7bdef32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wc-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
${{ steps.devcontainer-metadata.outputs.label }}
130130
annotations: ${{ steps.metadata.outputs.annotations }}
131131
sbom: true
132-
outputs: type=image,push-by-digest=true,name-canonical=true
132+
outputs: type=image,compression=zstd,push-by-digest=true,name-canonical=true
133133
- name: Export digest
134134
run: |
135135
set -Eeuo pipefail

0 commit comments

Comments
 (0)