ci: use zstd:chunked

This commit is contained in:
Job
2024-12-21 11:16:48 +01:00
parent 91cbdda9b8
commit 559e6a1d3c

View File

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