Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samhotep committed Jul 18, 2024
1 parent a3343e0 commit 6e0f7bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,7 @@ Changes to the default branch will trigger a new release using GitHub Actions.
### Releasing specific versions

Update the version in setup.py, and push the changes to a new branch called `release/<version>` e.g `release/1.2.0-rc1`. This will trigger a new release and publish the tagged image to dockerhub.

You can then pull the published image using
```bash
docker pull canonicalwebteam/dotrun-image:1.2.0-rc1
```

0 comments on commit 6e0f7bc

Please # to comment.