Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,16 @@ References:
- https://seesparkbox.com/foundry/semantic_commit_messages
- http://karma-runner.github.io/1.0/dev/git-commit-msg.html

## Deployment to Dockerhub

Docker image deployment is handled automatically through a pre-defined GitHub Action workflow.
To trigger the deployment, create and push a version tag to the repository:

```bash
git push origin tag v<version_number>
```

The new Docker image will then be available on Docker Hub under the corresponding version tag.

## License
See [LICENSE.md](/LICENSE.md)