Browse Source

Revert to gzip compression (#6566)

- zstd support has been added in Docker v23
- Debian Bookworm/Bullseye ships with Docker v20.10
- Revert for now to maintain compatibility with older releases
pull/6572/head
Daniel 1 month ago
committed by GitHub
parent
commit
b920caf285
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -220,7 +220,7 @@ jobs:
*.cache-to=${{ env.BAKE_CACHE_TO }}
*.platform=linux/${{ matrix.arch }}
${{ env.TAGS }}
*.output=type=image,push-by-digest=true,name-canonical=true,push=true,compression=zstd
*.output=type=image,push-by-digest=true,name-canonical=true,push=true
- name: Extract digest SHA
env:

Loading…
Cancel
Save