det new container image in deploymenst compose
All checks were successful
Deploy / CreateImage (push) Successful in 6m21s
Deploy / DeployService (push) Successful in 23s

This commit is contained in:
skeris 2025-02-01 16:58:50 +03:00
parent 851af39e18
commit 9aad5c0ac3

@ -3,14 +3,9 @@ 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:3000/penaside/front-hub/staging:$GITHUB_RUN_NUMBER
labels:
com.pena.domains: shub.pena.digital
hostname: hub
tty: true
networks:
marketplace_penahub_frontend:
external: true