diff --git a/README.md b/README.md index 767800e..608897a 100644 --- a/README.md +++ b/README.md @@ -135,8 +135,8 @@ This Docker image is published to both Docker Hub and the GitHub container regis Depending on your preferences and needs, you can reference both `jkaninda/mysql-bkup` as well as `ghcr.io/jkaninda/mysql-bkup`: ``` -docker pull jkaninda/mysql-bkup:v1.0 -docker pull ghcr.io/jkaninda/mysql-bkup:v1.0 +docker pull jkaninda/mysql-bkup:v1.2.0 +docker pull ghcr.io/jkaninda/mysql-bkup:v1.2.0 ``` Documentation references Docker Hub, but all examples will work using ghcr.io just as well. diff --git a/docs/index.md b/docs/index.md index a2bab04..421e17d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -81,8 +81,8 @@ This Docker image is published to both Docker Hub and the GitHub container regis Depending on your preferences and needs, you can reference both `jkaninda/mysql-bkup` as well as `ghcr.io/jkaninda/mysql-bkup`: ``` -docker pull jkaninda/mysql-bkup:v1.0 -docker pull ghcr.io/jkaninda/mysql-bkup:v1.0 +docker pull jkaninda/mysql-bkup:v1.2.0 +docker pull ghcr.io/jkaninda/mysql-bkup:v1.2.0 ``` Documentation references Docker Hub, but all examples will work using ghcr.io just as well. diff --git a/docs/old-version/index.md b/docs/old-version/index.md index 3135211..8414290 100644 --- a/docs/old-version/index.md +++ b/docs/old-version/index.md @@ -21,7 +21,7 @@ In the old version, S3 storage was mounted using s3fs, so we decided to migrate | Options | Shorts | Usage | |-----------------------|--------|------------------------------------------------------------------------| -| mysql-bkup | bkup | CLI utility | +| mysql-bkup | bkup | CLI utility | | backup | | Backup database operation | | restore | | Restore database operation | | history | | Show the history of backup |