From 559e6a1d3cfa504d61488e2bf45ca9bfaedf5824 Mon Sep 17 00:00:00 2001 From: Job79 Date: Sat, 21 Dec 2024 11:16:48 +0100 Subject: [PATCH] ci: use zstd:chunked --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a8ebcc..ffaf47f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,6 +21,7 @@ jobs: with: image: ${{ github.actor }}/${{ github.event.repository.name }} tags: latest + extra-args: --compression-format zstd:chunked registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}