From 9881c2ceb6b374a99d8e3cba4aa5d69cbc154299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 10 Jul 2024 12:32:43 +0200 Subject: [PATCH] fedora-kinoite: Push a zstd:chunked compressed image --- .github/workflows/fedora-kinoite.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/fedora-kinoite.yml b/.github/workflows/fedora-kinoite.yml index 2521ece..3c1ae7d 100644 --- a/.github/workflows/fedora-kinoite.yml +++ b/.github/workflows/fedora-kinoite.yml @@ -109,6 +109,9 @@ jobs: image: ${{ env.NAME }} registry: ${{ env.REGISTRY }} tags: latest + extra-args: | + --compression-format=zstd:chunked + --compression-level=19 - name: Sign container image if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' @@ -128,6 +131,9 @@ jobs: image: ${{ env.NAME }} registry: ${{ env.REGISTRY }} tags: testing + extra-args: | + --compression-format=zstd:chunked + --compression-level=19 - name: Sign testing container image if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'