From f2a203d6cc4aac130a54067caf5c8f66888967f6 Mon Sep 17 00:00:00 2001 From: TronoSfera <119615520+TronoSfera@users.noreply.github.com> Date: Sun, 17 May 2026 20:32:03 +0300 Subject: [PATCH] docs: GHCR tags semver-formatted (0.1.0, not v0.1.0) docker/metadata-action's semver template strips the v-prefix per Docker image convention (matches postgres:16, redis:7, etc.). Update README + compose snippet so users pull what we actually push. --- README.md | 2 +- docker-compose.example.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7669ef6..8ee47a6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Open-source backup agent for the [Backupy](https://backupy.tronosfera.ru) backup ```yaml services: backupy-agent: - image: ghcr.io/tronosfera/backupy-agent:v0.1.0 + image: ghcr.io/tronosfera/backupy-agent:0.1.0 restart: unless-stopped environment: BACKUPY_SERVER_URL: wss://backupy.tronosfera.ru/agents/connect diff --git a/docker-compose.example.yml b/docker-compose.example.yml index bd48860..8f384bd 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -11,7 +11,7 @@ services: backupy-agent: - image: ghcr.io/tronosfera/backupy-agent:v0.1.0 + image: ghcr.io/tronosfera/backupy-agent:0.1.0 container_name: backupy-agent restart: unless-stopped environment: