Skip to content

Commit

Permalink
Merge pull request #339 from amcnamara/fix_windows_build_versioning
Browse files Browse the repository at this point in the history
Use canonical version to tag windows docker build.
  • Loading branch information
pgleeson committed Jan 19, 2024
2 parents ebf171e + 8bfa5de commit d2dc27a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
![OpenWorm](http://www.openworm.org/img/OpenWormLogo.png)

[![Docker Image CI](https://github.com/openworm/OpenWorm/actions/workflows/docker-image.yml/badge.svg)](https://github.com/openworm/OpenWorm/actions/workflows/docker-image.yml)
[![Docker Image CI](https://github.com/openworm/OpenWorm/actions/workflows/docker-image.yml/badge.svg)](https://github.com/openworm/OpenWorm/actions/workflows/docker-image.yml) [![Docker Image Test - quick](https://github.com/openworm/OpenWorm/actions/workflows/docker-image-quickrun.yml/badge.svg)](https://github.com/openworm/OpenWorm/actions/workflows/docker-image-quickrun.yml) [![Docker Image Test Build - Intel drivers](https://github.com/openworm/OpenWorm/actions/workflows/docker-image-intel.yml/badge.svg)](https://github.com/openworm/OpenWorm/actions/workflows/docker-image-intel.yml)

About **OpenWorm**
------------------
Expand Down
3 changes: 2 additions & 1 deletion build.cmd
@@ -1 +1,2 @@
docker build -t "openworm/openworm:0.9.3" .
@SET /P version=<VERSION
docker build -t openworm/openworm:%version% .

0 comments on commit d2dc27a

Please sign in to comment.