Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Jun 17, 2024
1 parent 3d2f1fd commit 8bede2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ tag_name = {new_version}
[bumpversion:file:docs/source/conf.py]

[bumpversion:file:Makefile]

[bumpversion:file:Dockerfile]
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM flaport/sax:latest
FROM flaport/sax:0.13.1
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ nbrun:
rm -rf modes

dockerpush:
docker push flaport/sax:latest
docker build . -t flaport/sax:0.13.1
#docker push flaport/sax:latest
docker push flaport/sax:0.13.1

.PHONY: docs
docs:
Expand Down

0 comments on commit 8bede2b

Please sign in to comment.