From 58eea8f61585f55ebd27091d814fc67db0627e14 Mon Sep 17 00:00:00 2001 From: Sam Clark <1059176+samhclark@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:06:56 -0500 Subject: [PATCH] Try using zstd:chunked again --- .github/workflows/build.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f01b8c3..d38085a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,6 +35,19 @@ jobs: tags: | ${{ github.sha }} 40 + extra-args: | + --compression-format=zstd:chunked + + - name: Add metadata to images + id: meta + uses: docker/metadata-action@v5.5.1 + with: + images: | + ${{ steps.build.outputs.image }} + tags: ${{ steps.build.outputs.tags }} + sep-tags: " " + annotations: | + io.github.containers.compression.zstd=true - name: Log in to GitHub Container Registry uses: redhat-actions/podman-login@v1