Skip to content

Commit 59a1360

Browse files
authored
Merge pull request #62 from jkaninda/docs
docs: update stable version
2 parents 5b05bcb + db835e8 commit 59a1360

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ This Docker image is published to both Docker Hub and the GitHub container regis
135135
Depending on your preferences and needs, you can reference both `jkaninda/mysql-bkup` as well as `ghcr.io/jkaninda/mysql-bkup`:
136136

137137
```
138-
docker pull jkaninda/mysql-bkup:v1.0
139-
docker pull ghcr.io/jkaninda/mysql-bkup:v1.0
138+
docker pull jkaninda/mysql-bkup:v1.2.0
139+
docker pull ghcr.io/jkaninda/mysql-bkup:v1.2.0
140140
```
141141
142142
Documentation references Docker Hub, but all examples will work using ghcr.io just as well.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ This Docker image is published to both Docker Hub and the GitHub container regis
8181
Depending on your preferences and needs, you can reference both `jkaninda/mysql-bkup` as well as `ghcr.io/jkaninda/mysql-bkup`:
8282

8383
```
84-
docker pull jkaninda/mysql-bkup:v1.0
85-
docker pull ghcr.io/jkaninda/mysql-bkup:v1.0
84+
docker pull jkaninda/mysql-bkup:v1.2.0
85+
docker pull ghcr.io/jkaninda/mysql-bkup:v1.2.0
8686
```
8787
8888
Documentation references Docker Hub, but all examples will work using ghcr.io just as well.

docs/old-version/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In the old version, S3 storage was mounted using s3fs, so we decided to migrate
2121

2222
| Options | Shorts | Usage |
2323
|-----------------------|--------|------------------------------------------------------------------------|
24-
| mysql-bkup | bkup | CLI utility |
24+
| mysql-bkup | bkup | CLI utility |
2525
| backup | | Backup database operation |
2626
| restore | | Restore database operation |
2727
| history | | Show the history of backup |

0 commit comments

Comments
 (0)