From b340df890d6859a1def6cdc53a852ef2fb50d231 Mon Sep 17 00:00:00 2001 From: Seraphim Strub Date: Mon, 31 Mar 2025 17:53:45 +0000 Subject: [PATCH] chore: refactoring --- .forgejo/workflows/build.yml | 4 ++-- Containerfile | 15 +++++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index ee21e25..5c44030 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -166,8 +166,8 @@ jobs: tags: ${{ steps.metadata.outputs.tags }} username: ${{ env.REGISTRY_USER }} password: ${{ env.REGISTRY_PASSWORD }} - extra-args: - --compression-format zstd:chunked + # extra-args: + # --compression-format zstd:chunked # This section is optional and only needs to be enabled if you plan on distributing diff --git a/Containerfile b/Containerfile index 208fb09..5f5184a 100644 --- a/Containerfile +++ b/Containerfile @@ -11,6 +11,7 @@ RUN <