diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a8ebcc..ffaf47f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}