Create release.md

This commit is contained in:
Einar Forselv 2019-12-03 10:19:09 +01:00
parent 53a3a54e02
commit bd55a691e7
1 changed files with 12 additions and 0 deletions

12
extras/release.md Normal file
View File

@ -0,0 +1,12 @@
# 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
```