We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c4897 commit 89ed979Copy full SHA for 89ed979
oci/private/tarball.sh.tpl
@@ -25,7 +25,7 @@ if [[ "${MANIFESTS_LENGTH}" != 1 ]]; then
25
exit 1
26
fi
27
28
-MEDIA_TYPE=$("${YQ}" eval ".manifests[0].mediaType" "${INDEX_FILE}")
+MEDIA_TYPE=$("${YQ}" --unwrapScalar eval ".manifests[0].mediaType" "${INDEX_FILE}")
29
30
# Check that we know how to generate the output format given the input format.
31
# We may expand the supported options here in the future, but for now,
0 commit comments