diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f97b6af..5ed537b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: with: image: ${{ github.actor }}/${{ github.event.repository.name }} tags: ${{ github.ref_name }} - # extra-args: --compression-format zstd:chunked + extra-args: --compression-format zstd:chunked registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}