mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-13 17:34:57 +00:00
573 B
573 B
Making a release
- Update version in
setup.py - Update version in
docs/conf.py - Update version in
restic_compose_backup/__init__.py - Build and tag image
- push:
docker push zettaio/restic-compose-backup:<version> - Ensure RTD has new docs published
Example
When releasing a bugfix version we need to update the main image as well.
docker build src --tag zettaio/restic-compose-backup:0.6
docker build src --tag zettaio/restic-compose-backup:0.6.0
docker push zettaio/restic-compose-backup:0.5
docker push zettaio/restic-compose-backup:0.5.0