docs: update stable version

This commit is contained in:
2024-08-04 23:49:33 +02:00
parent e9eb4e24d6
commit aeac088e0c
3 changed files with 5 additions and 5 deletions

View File

@@ -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/pg-bkup` as well as `ghcr.io/jkaninda/pg-bkup`:
```
docker pull jkaninda/pg-bkup:v1.0
docker pull ghcr.io/jkaninda/pg-bkup:v1.0
docker pull jkaninda/pg-bkup:v1.2.0
docker pull ghcr.io/jkaninda/pg-bkup:v1.2.0
```
Documentation references Docker Hub, but all examples will work using ghcr.io just as well.

View File

@@ -31,7 +31,7 @@ ENV SSH_HOST_NAME=""
ENV SSH_IDENTIFY_FILE=""
ENV SSH_PORT="22"
ARG DEBIAN_FRONTEND=noninteractive
ENV VERSION="v1.0"
ENV VERSION="v1.2.0"
ARG WORKDIR="/app"
ARG BACKUPDIR="/backup"
ARG BACKUP_TMP_DIR="/tmp/backup"

View File

@@ -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/pg-bkup` as well as `ghcr.io/jkaninda/pg-bkup`:
```
docker pull jkaninda/pg-bkup:v1.0
docker pull ghcr.io/jkaninda/pg-bkup:v1.0
docker pull jkaninda/pg-bkup:v1.2.0
docker pull ghcr.io/jkaninda/pg-bkup:v1.2.0
```
Documentation references Docker Hub, but all examples will work using ghcr.io just as well.