fix: pull image from Gitea registry instead of building locally
All checks were successful
CI / Lint (push) Successful in 4s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 14s

This commit is contained in:
2026-03-29 09:34:00 -04:00
parent 1d2901035e
commit f911d5d59d

View File

@@ -1,6 +1,6 @@
services: services:
nhl-scoreboard: nhl-scoreboard:
build: . image: gitea.thewrightserver.net/josh/nhlscoreboard:latest
ports: ports:
- "2897:2897" - "2897:2897"
volumes: volumes: