From f78479fea720bb0d7a4a329d16fa95e188823cb4 Mon Sep 17 00:00:00 2001 From: Job79 Date: Sun, 22 Dec 2024 15:58:20 +0100 Subject: [PATCH] ci: disable zstd:chunked for now because it is a lot slower --- .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 c32afc8..d8eb57a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: with: image: ${{ github.actor }}/${{ github.event.repository.name }} tags: latest - extra-args: --compression-format zstd:chunked + # extra-args: --compression-format zstd:chunked registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}