diff --git a/extras/release.md b/extras/release.md index 404c2cb..602c929 100644 --- a/extras/release.md +++ b/extras/release.md @@ -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 ```