fix: correct docker image name to match repo
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / build (push) Blocked by required conditions

This commit is contained in:
KV-Tube Deployer 2026-03-24 22:02:03 +07:00
parent 80f2f3725f
commit 42f8eaff27
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ version: '3.8'
services: services:
kv-tube-app: kv-tube-app:
image: git.khoavo.myds.me/vndangkhoa/kv-tube-app:v4.0.7 image: git.khoavo.myds.me/vndangkhoa/kv-tube:v4.0.7
container_name: kv-tube-app container_name: kv-tube-app
platform: linux/amd64 platform: linux/amd64
restart: unless-stopped restart: unless-stopped

View file

@ -5,7 +5,7 @@ version: '3.8'
services: services:
kv-tube-app: kv-tube-app:
image: git.khoavo.myds.me/vndangkhoa/kv-tube-app:v4.0.7 image: git.khoavo.myds.me/vndangkhoa/kv-tube:v4.0.7
container_name: kv-tube-app container_name: kv-tube-app
platform: linux/amd64 platform: linux/amd64
restart: unless-stopped restart: unless-stopped