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.
1 parent 0f3642f commit 8bfa5deCopy full SHA for 8bfa5de
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