Skip to content

Commit 4de9071

Browse files
authored
Merge pull request #343 from openworm/development
Use canonical version to tag windows docker build.
2 parents 0f3642f + d2dc27a commit 4de9071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
docker build -t "openworm/openworm:0.9.3" .
1+
@SET /P version=<VERSION
2+
docker build -t openworm/openworm:%version% .

0 commit comments

Comments
 (0)