Skip to content

Commit 226b294

Browse files
committed
zstd: attempt #3
1 parent 594d519 commit 226b294

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sdre.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,13 +639,12 @@ jobs:
639639
if: ${{ matrix.ENABLED }}
640640
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
641641
with:
642-
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=6,force-compression=true
643642
context: ${{ needs.workflows_env.outputs.docker_build_context }}
644643
file: ${{ needs.workflows_env.outputs.docker_build_file }}.use
645644
platforms: ${{ matrix.TARGET_NAME }}
646645
tags: ghcr.io/${{ needs.workflows_env.outputs.ghcr_repo }}
647646
labels: ${{ steps.meta.outputs.labels }}
648-
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
647+
outputs: type=image,push-by-digest=true,name-canonical=true,push=true,oci-mediatypes=true,compression=zstd,compression-level=6,force-compression=true
649648

650649
- name: Export digest
651650
if: ${{ matrix.ENABLED }}

0 commit comments

Comments
 (0)