Update release.md

This commit is contained in:
Einar Forselv 2019-12-05 09:59:24 +01:00
parent 915695043c
commit fcd18ba1cb
1 changed files with 8 additions and 2 deletions

View File

@ -8,7 +8,13 @@
## Example
When releasing a bugfix version we need to update the
main image as well.
```bash
docker build . --tag zettaio/restic-compose-backup:0.2.0
docker push zettaio/restic-compose-backup:0.2.0
docker build . --tag zettaio/restic-compose-backup:0.3
docker build . --tag zettaio/restic-compose-backup:0.3.1
docker push zettaio/restic-compose-backup:0.3
docker push zettaio/restic-compose-backup:0.3.1
```