fix versions not being the same
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 22s

This commit is contained in:
Karl 2025-07-09 11:46:54 +01:00
parent b7c2c8ea5e
commit 6b01f41d5b

View File

@ -5,6 +5,8 @@ services:
build:
context: .
dockerfile: .dockerfile
args:
- VERSION=${VERSION}
image: "karl0ss/ktvmanager"
extra_hosts:
- "host.docker.internal:host-gateway"