ci: disable zstd:chunked for now because it is a lot slower

This commit is contained in:
Job
2024-12-22 15:58:20 +01:00
parent c0145ade3d
commit f78479fea7

View File

@@ -21,7 +21,7 @@ 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 # extra-args: --compression-format zstd:chunked
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}