From 27e0ab59f788d1b21a0098ba190d55fc0241fd09 Mon Sep 17 00:00:00 2001 From: Job79 Date: Tue, 27 May 2025 20:33:29 +0200 Subject: [PATCH] chore: re-enable zstd compression --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f97b6af..5ed537b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: with: image: ${{ github.actor }}/${{ github.event.repository.name }} tags: ${{ github.ref_name }} - # extra-args: --compression-format zstd:chunked + extra-args: --compression-format zstd:chunked registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}