8
Some checks failed
Build and Deploy Scheduler / cleaning (push) Successful in 6s
Build and Deploy Scheduler / build_image (push) Successful in 1m9s
Build and Deploy Scheduler / deploy (push) Failing after 0s

This commit is contained in:
teddys48
2026-02-12 14:28:17 +07:00
parent 1202e3464f
commit 607074eb33

View File

@@ -1,6 +1,6 @@
services:
app:
image: localhost:9999/scheduler-app:$${gitea.run_number}
image: ${REGISTRY}/${IMAGE_NAME}:${TAG}
container_name: scheduler-app
restart: always