restic-compose-backup/extras/release.md

14 lines
299 B
Markdown
Raw Normal View History

2019-12-03 09:19:09 +00:00
# Making a release
- Update version in setup.py
- Build and tag image
- push: `docker push zettaio/restic-compose-backup:<version>`
2019-12-05 01:04:11 +00:00
- Ensure RTD has new docs published
2019-12-03 09:19:09 +00:00
## Example
```bash
docker build . --tag zettaio/restic-compose-backup:0.2.0
docker push zettaio/restic-compose-backup:0.2.0
```