-
Some checks failed
Deploy / CreateImage (push) Successful in 1m35s
Deploy / DeployService (push) Failing after 25s

This commit is contained in:
pasha1coil 2025-03-13 11:27:39 +03:00
parent a191a07c17
commit f4dbe28d66
2 changed files with 2 additions and 3 deletions

@ -4,7 +4,6 @@ run-name: ${{ gitea.actor }} build image and push to container registry
on:
push:
branches:
- 'main'
- 'staging'
jobs:

@ -108,8 +108,8 @@ services:
tsrv:
build:
context: .
dockerfile: Dockerfile
context: ../..
dockerfile: ../../Dockerfile
container_name: tsrv
ports:
- "3000:3000"