ci: use zstd compression for containers
All checks were successful
Build container / kali-build (push) Successful in 5m12s
Build container / fedora-build (push) Successful in 3m32s

This commit is contained in:
Job
2025-10-20 18:04:26 +02:00
parent c6fa393c03
commit 26266017c2
2 changed files with 4 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ jobs:
tags: | tags: |
git.plabble.org/job79/fedora:${{ github.ref_name }} git.plabble.org/job79/fedora:${{ github.ref_name }}
git.plabble.org/job79/fedora:latest 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 - name: Build and push go container
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
@@ -53,6 +54,7 @@ jobs:
tags: | tags: |
git.plabble.org/job79/go:${{ github.ref_name }} git.plabble.org/job79/go:${{ github.ref_name }}
git.plabble.org/job79/go:latest 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 - name: Build and push infra container
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
@@ -62,3 +64,4 @@ jobs:
tags: | tags: |
git.plabble.org/job79/infra:${{ github.ref_name }} git.plabble.org/job79/infra:${{ github.ref_name }}
git.plabble.org/job79/infra:latest git.plabble.org/job79/infra:latest
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true

View File

@@ -32,3 +32,4 @@ jobs:
tags: | tags: |
git.plabble.org/job79/kali:${{ github.ref_name }} git.plabble.org/job79/kali:${{ github.ref_name }}
git.plabble.org/job79/kali:latest git.plabble.org/job79/kali:latest
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true