Skip to content

Commit

Permalink
updated release information
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Jan 2, 2020
1 parent 5105ee5 commit bc2e77e
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ Merge pull request in master. This triggers a zenodo update and the build of a n
## check online report
[https://matthiaskoenig.github.io/exsimo/](https://matthiaskoenig.github.io/exsimo/)

## upload tagged docker-container
docker build -t matthiaskoenig/exsimo:${EXSIMO_VERSION} .
docker login
docker push matthiaskoenig/exsimo:${EXSIMO_VERSION}

## update develop branch
```
git checkout master
Expand All @@ -46,3 +41,17 @@ git merge master
```
- bump version
- push changes

## upload tagged docker-container
Either build the container locally
```
docker build -t matthiaskoenig/exsimo:${EXSIMO_VERSION} .
```
or better use the auto build container (takes some time)
```
docker pull matthiaskoenig/exsimo:latest
docker tag matthiaskoenig/exsimo:latest matthiaskoenig/exsimo:${EXSIMO_VERSION}
```
docker login
docker push matthiaskoenig/exsimo:${EXSIMO_VERSION}
```

0 comments on commit bc2e77e

Please sign in to comment.