fix image name in staginng
All checks were successful
Deploy / CreateImage (push) Successful in 3m45s
Deploy / DeployService (push) Successful in 23s

This commit is contained in:
skeris 2025-02-02 00:17:55 +03:00
parent e217bc0143
commit bdbe1c515f

@ -1,4 +1,3 @@
version: "3"
services:
respondent:
container_name: respondent
@ -6,6 +5,6 @@ services:
labels:
com.pena.domains: s.hbpn.link
com.pena.front_headers: "Access-Control-Allow-Origin $$http_origin always"
image: gitea.pena:3000/penaside/front-hub/staging:$GITHUB_RUN_NUMBER
image: gitea.pena:3000/squiz/frontanswerer/staging:$GITHUB_RUN_NUMBER
hostname: respondent
tty: true