From 0aedb01b604bd2ce608d70ab54a7bddeceafac7c Mon Sep 17 00:00:00 2001 From: Job79 Date: Tue, 31 Dec 2024 14:50:50 +0100 Subject: [PATCH] ci: disable zstd:chunked --- .gitea/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 128db46..337c198 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -21,7 +21,6 @@ jobs: with: image: ${{ github.actor }}/${{ github.event.repository.name }} tags: latest - extra-args: --compression-format zstd:chunked registry: git.plabble.org username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_TOKEN }}