mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-27 22:25:24 +00:00
bump version
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
- 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
|
||||
@@ -12,9 +13,9 @@ When releasing a bugfix version we need to update the
|
||||
main image as well.
|
||||
|
||||
```bash
|
||||
docker build . --tag zettaio/restic-compose-backup:0.3
|
||||
docker build . --tag zettaio/restic-compose-backup:0.3.1
|
||||
docker build src --tag zettaio/restic-compose-backup:0.3
|
||||
docker build src --tag zettaio/restic-compose-backup:0.3.2
|
||||
|
||||
docker push zettaio/restic-compose-backup:0.3
|
||||
docker push zettaio/restic-compose-backup:0.3.1
|
||||
docker push zettaio/restic-compose-backup:0.3.2
|
||||
```
|
||||
|
Reference in New Issue
Block a user