chore: re-enable zstd compression

This commit is contained in:
Job
2025-05-27 20:33:29 +02:00
parent 4e7a3c1cf3
commit 27e0ab59f7

View File

@@ -23,7 +23,7 @@ jobs:
with: with:
image: ${{ github.actor }}/${{ github.event.repository.name }} image: ${{ github.actor }}/${{ github.event.repository.name }}
tags: ${{ github.ref_name }} tags: ${{ github.ref_name }}
# 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 }}