10
All checks were successful
Build and Deploy Scheduler / cleaning (push) Successful in 1s
Build and Deploy Scheduler / build_image (push) Successful in 1m5s
Build and Deploy Scheduler / deploy (push) Successful in 25s

This commit is contained in:
teddys48
2026-02-12 14:41:35 +07:00
parent 7437e109fe
commit 7d3c68066c

View File

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