We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc55c51 commit e62fd54Copy full SHA for e62fd54
1 file changed
hack/ci/run-e2e-tests.sh
@@ -74,8 +74,8 @@ make helm
74
image="ghcr.io/kcp-dev/kcp-operator:$IMAGE_TAG"
75
archive=operator.tar
76
77
-echo "Loading operator image into kind..."
78
-buildah manifest push --all "$image" "oci-archive:$archive:$image"
+echo "Loading operator image into kind…"
+buildah manifest push --format docker --all "$image" "docker-archive:$archive:$image"
79
kind load image-archive "$archive" --name "$KIND_CLUSTER_NAME"
80
81
# deploy the operator
0 commit comments