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