Skip to content

Commit 8bfa5de

Browse files
committed
Use canonical version to tag windows docker build.
1 parent 0f3642f commit 8bfa5de

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)