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.
This commit is contained in:
TronoSfera 2026-05-17 20:32:03 +03:00
parent 55571c7c4c
commit f2a203d6cc
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: