From 49ca0434f224ccf3944b2ff53192775b949fa3d4 Mon Sep 17 00:00:00 2001 From: EmilCh Date: Wed, 19 Aug 2026 13:21:25 +0200 Subject: [PATCH] =?UTF-8?q?mer.=2019=20ao=C3=BBt=202026=2013:21:25=20CEST?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- build.sh | 2 +- compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b004184..6f55f75 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Example docker-compose.yml file ``` services: backup: - image: ghcr.io/emilch/postgresql-container-backup:main + image: pgsql-backup:16-main restart: always volumes: - ./backup:/backup diff --git a/build.sh b/build.sh index c41af58..d05a794 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash export TAG=16-$(date '+%s') docker compose build --push -echo "The tag to use is: 16-$TAG" +echo "The tag to use is: $TAG" diff --git a/compose.yaml b/compose.yaml index 4204d33..5192f2f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,4 +1,4 @@ services: ttrss: build: ./ - image: registry.cheriches.eu/pgsql-backup:16-${TAG} + image: registry.cheriches.eu/pgsql-backup:${TAG}