fix the workflow branch
Some checks failed
Build the docker image for the API / build (push) Failing after 8s
Build the docker image for the frontend application / build (push) Failing after 7s
Build the docker image for the doc server / build (push) Failing after 8s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-20 08:05:17 +03:00
parent bd34b874ca
commit d38c4d71a4
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: Build the docker image for the API
on:
push:
branches: ["custom"]
branches: ["main"]
env:
REGISTRY: git.ngn.tf

View File

@ -2,7 +2,7 @@ name: Build the docker image for the frontend application
on:
push:
branches: ["custom"]
branches: ["main"]
env:
REGISTRY: git.ngn.tf

View File

@ -2,7 +2,7 @@ name: Build the docker image for the doc server
on:
push:
branches: ["custom"]
branches: ["main"]
env:
REGISTRY: git.ngn.tf