We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f3642f + d2dc27a commit 4de9071Copy full SHA for 4de9071
build.cmd
@@ -1 +1,2 @@
1
-docker build -t "openworm/openworm:0.9.3" .
+@SET /P version=<VERSION
2
+docker build -t openworm/openworm:%version% .
0 commit comments