Replies: 1 comment 1 reply
-
Yes this is supported, see https://docs.docker.com/build/exporters/image-registry/ -
name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: user/app:latest
outputs: |
type=image,compression=zstd,force-compression=true |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can you please show an example of compressing the container image with
zstd
? If not supported, is this on roadmap? Also, what's an alternative to add a compression step in the workflow?Beta Was this translation helpful? Give feedback.
All reactions