From 2831df8a40f5eb3a87015752c68443d540c323b0 Mon Sep 17 00:00:00 2001 From: Kim Tsao Date: Fri, 4 Feb 2022 18:51:31 -0500 Subject: [PATCH] update binary name Signed-off-by: Kim Tsao --- tests/integration/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 9743047b..cdc169a1 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -18,4 +18,4 @@ RUN cd /registry-test/registry-library && ./build.sh && cp /registry-test/regist # Build the test binary RUN /registry-test/build.sh -CMD /registry-test/devfileregistry-integration \ No newline at end of file +CMD /registry-test/devfile-registry-integration \ No newline at end of file