Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Schnicke2021-10-18 06:44:27 +0000
committerFrank Schnicke2021-10-18 06:44:27 +0000
commit7c2c2789783074ee38490875a6692dfba2e09773 (patch)
treee06d56e5d32dc72248510e88ec1df753204f1065
parent2c0f61fa9dac407f3632f9a82a7727d005652e54 (diff)
downloadbasyx-7c2c2789783074ee38490875a6692dfba2e09773.tar.gz
basyx-7c2c2789783074ee38490875a6692dfba2e09773.tar.xz
basyx-7c2c2789783074ee38490875a6692dfba2e09773.zip
Fixes wrong image name for nodered examplerelease_1.0.1_java
Change-Id: I01386bc9809d09d1e5ec4c4f53c56c3a1d45bc7d Signed-off-by: Frank Schnicke <frank.schnicke@iese.fraunhofer.de>
-rw-r--r--examples/basyx.nodered/build.bat2
-rw-r--r--examples/basyx.nodered/build.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/basyx.nodered/build.bat b/examples/basyx.nodered/build.bat
index 29d8c77f2..9fa90e4ef 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 fcc222049..445d507b4 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

Back to the top