mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 14:45:23 +00:00
263 B
263 B
Making a release
- Update version in setup.py
- Build and tag image
- push:
docker push zettaio/restic-compose-backup:<version>
Example
docker build . --tag zettaio/restic-compose-backup:0.2.0
docker push zettaio/restic-compose-backup:0.2.0