fix deploy rules for staging
Some checks failed
Deploy / DeployService (push) Blocked by required conditions
Deploy / CreateImage (push) Has been cancelled

This commit is contained in:
skeris 2025-05-12 16:43:20 +03:00
parent b228932444
commit 401d8f1389

@ -1,14 +1,8 @@
version: "3"
services:
hub:
container_name: hub
restart: unless-stopped
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
networks:
- marketplace_penahub_frontend
image: gitea.pena/penaside/front-hub/staging:$GITHUB_RUN_NUMBER
hostname: hub
tty: true
networks:
marketplace_penahub_frontend:
external: true