Skip to content

Commit

Permalink
.github: fix buildah manifest push format v2s2 -> oci
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 22, 2024
1 parent de05bbb commit e428c08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit e428c08

Please sign in to comment.