Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecoust authored Jan 10, 2024
1 parent beb6e53 commit 0698899
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,13 @@ Local Url to zooscan QC doc : http://complex.imev-mer.fr:8050/QC/zooscan/doc
FEATURES : *TODO*
INTEGRATION : used tutorials : https://python.plainenglish.io/test-your-dash-app-in-python-6eb7229d40b8 https://community.plotly.com/t/how-you-can-integration-test-your-app-by-dash-testing/25002/3 *TODO*
PERF : *TODO*

## CI
When a version is taged by doing :
```shell
git tag -a vX.X.X -m "CI balena CUSTOM MESSAGE"
git push --follow-tags
```
It triggers a Github action that is going to build and push the docker image on docker hub : https://hub.docker.com/u/ecotaxa


0 comments on commit 0698899

Please sign in to comment.