ci: use zstd:chunked
This commit is contained in:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -21,6 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
image: ${{ github.actor }}/${{ github.event.repository.name }}
|
image: ${{ github.actor }}/${{ github.event.repository.name }}
|
||||||
tags: latest
|
tags: latest
|
||||||
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user