restic-compose-backup/extras/release.md

13 lines
263 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>`
## Example
```bash
docker build . --tag zettaio/restic-compose-backup:0.2.0
docker push zettaio/restic-compose-backup:0.2.0
```