Fixes wrong image name for nodered example

Change-Id: I01386bc9809d09d1e5ec4c4f53c56c3a1d45bc7d
Signed-off-by: Frank Schnicke <frank.schnicke@iese.fraunhofer.de>
diff --git a/examples/basyx.nodered/build.bat b/examples/basyx.nodered/build.bat
index 29d8c77..9fa90e4 100644
--- a/examples/basyx.nodered/build.bat
+++ b/examples/basyx.nodered/build.bat
@@ -1 +1 @@
-docker build -t eclipsebasyx/examples-dataflow-node-red:1.0.1 .
\ No newline at end of file
+docker build -t eclipsebasyx/examples-dataflow-nodered:1.0.1 .
\ No newline at end of file
diff --git a/examples/basyx.nodered/build.sh b/examples/basyx.nodered/build.sh
index fcc2220..445d507 100644
--- a/examples/basyx.nodered/build.sh
+++ b/examples/basyx.nodered/build.sh
@@ -1,2 +1,2 @@
 #!/usr/bin/env sh
-docker build -t eclipsebasyx/examples-dataflow-node-red:1.0.1 .
\ No newline at end of file
+docker build -t eclipsebasyx/examples-dataflow-nodered:1.0.1 .
\ No newline at end of file