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 2 months ago committed by GitHub
parent 57bdab1550
commit b920caf285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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