Skip to content

Commit 28b4bec

Browse files
committed
Replace cwltool_module with cwltool-module
1 parent 8712986 commit 28b4bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-cwl-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ docker build --file=cwltool.Dockerfile --tag=commonworkflowlanguage/cwltool .
66
version=$(git describe --tags)
77
echo $version | grep -vq '\-' >& /dev/null
88
if [ $? -eq 0 ];then
9-
docker tag commonworkflowlanguage/cwltool_module commonworkflowlanguage/cwltool_module:$version
9+
docker tag commonworkflowlanguage/cwltool-module commonworkflowlanguage/cwltool-module:$version
1010
docker tag commonworkflowlanguage/cwltool commonworkflowlanguage/cwltool:$version
1111
fi

0 commit comments

Comments
 (0)