mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 06:35:24 +00:00
Create release.md
This commit is contained in:
12
extras/release.md
Normal file
12
extras/release.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user