Skip to content

Commit e62fd54

Browse files
committed
Export buildah-produced image as docker archive
On-behalf-of: SAP <marvin.beckers@sap.com> Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
1 parent fc55c51 commit e62fd54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hack/ci/run-e2e-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ make helm
7474
image="ghcr.io/kcp-dev/kcp-operator:$IMAGE_TAG"
7575
archive=operator.tar
7676

77-
echo "Loading operator image into kind..."
78-
buildah manifest push --all "$image" "oci-archive:$archive:$image"
77+
echo "Loading operator image into kind"
78+
buildah manifest push --format docker --all "$image" "docker-archive:$archive:$image"
7979
kind load image-archive "$archive" --name "$KIND_CLUSTER_NAME"
8080

8181
# deploy the operator

0 commit comments

Comments
 (0)