From 26266017c29c67ea17359388581961f7b95ed4ad Mon Sep 17 00:00:00 2001 From: Job79 Date: Mon, 20 Oct 2025 18:04:26 +0200 Subject: [PATCH] ci: use zstd compression for containers --- .gitea/workflows/fedora.yaml | 3 +++ .gitea/workflows/kali.yaml | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitea/workflows/fedora.yaml b/.gitea/workflows/fedora.yaml index 34dcb36..14e65b9 100644 --- a/.gitea/workflows/fedora.yaml +++ b/.gitea/workflows/fedora.yaml @@ -44,6 +44,7 @@ jobs: tags: | git.plabble.org/job79/fedora:${{ github.ref_name }} git.plabble.org/job79/fedora:latest + outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true - name: Build and push go container uses: docker/build-push-action@v5 with: @@ -53,6 +54,7 @@ jobs: tags: | git.plabble.org/job79/go:${{ github.ref_name }} git.plabble.org/job79/go:latest + outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true - name: Build and push infra container uses: docker/build-push-action@v5 with: @@ -62,3 +64,4 @@ jobs: tags: | git.plabble.org/job79/infra:${{ github.ref_name }} git.plabble.org/job79/infra:latest + outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true diff --git a/.gitea/workflows/kali.yaml b/.gitea/workflows/kali.yaml index 02fd18a..2dd7ddc 100644 --- a/.gitea/workflows/kali.yaml +++ b/.gitea/workflows/kali.yaml @@ -32,3 +32,4 @@ jobs: tags: | git.plabble.org/job79/kali:${{ github.ref_name }} git.plabble.org/job79/kali:latest + outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true