I have build_opts: --compression-format zstd --build-driver buildah specified under build-opts in build.yml, but it's ignored and layers in final image are still gzip. It's probably due to this issue - containers/buildah#4613, where buildah will skip compressing gzipped layers unless there's an additional force-compression flag.