diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 344623d..5b470f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,8 @@ jobs: [[ "${VER}" =~ ^v.* ]] || VER=edge echo "URL=${URL}" echo "VER=${VER}" + set -x buildah manifest create ${IMG} buildah manifest add $IMG oci:${IMG}-amd64-oci buildah manifest add $IMG oci:${IMG}-arm64-oci - buildah manifest push --all -f v2s2 ${IMG} docker://${URL}:{$VER} + buildah manifest push --all -f oci ${IMG} docker://${URL}:{$VER}