Skip to content

Commit

Permalink
[CI] Fix tag name pattern in DockerHub deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Jun 27, 2022
1 parent c0d564b commit be50180
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Push image to Docker Hub
on:
push:
tags:
- 'v*'
- '[0-9]+\.[0-9]+\.[0-9]+'

jobs:
docker:
Expand Down
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
TODO list for SOM
=================

* Set up deployment of Docker image.
* Add an easyconfig when easybuilders/easybuild-easyconfigs#15183 is merged.
* Consider adding support for Conda.

0 comments on commit be50180

Please sign in to comment.