ci: disable zstd:chunked
All checks were successful
Build container / build (push) Successful in 3m8s

This commit is contained in:
Job 2024-12-31 14:50:50 +01:00
parent c82407fbd2
commit 0aedb01b60
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -21,7 +21,6 @@ jobs:
with: with:
image: ${{ github.actor }}/${{ github.event.repository.name }} image: ${{ github.actor }}/${{ github.event.repository.name }}
tags: latest tags: latest
extra-args: --compression-format zstd:chunked
registry: git.plabble.org registry: git.plabble.org
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}