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

This commit is contained in:
teddys48
2026-02-12 12:16:11 +07:00
parent 19a3de9eb9
commit 318f21c826

View File

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