forgor to change dir in the workflows
All checks were successful
Build the docker image for the API / build (push) Successful in 2m8s
Build the docker image for the frontend application / build (push) Successful in 1m0s
Build the docker image for the doc server / build (push) Successful in 31s

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

View File

@ -24,5 +24,6 @@ jobs:
- name: Build image
run: |
cd api
docker build --tag ${{env.REGISTRY}}/${{env.IMAGE}}:latest .
docker push ${{env.REGISTRY}}/${{env.IMAGE}}:latest

View File

@ -24,6 +24,7 @@ jobs:
- name: Build image
run: |
cd app
docker build --build-arg WEBSITE_REPORT_URL=https://git.ngn.tf/ngn/website/issues/new \
--build-arg WEBSITE_SOURCE_URL=https://git.ngn.tf/ngn/website \
--build-arg WEBSITE_APP_URL=https://ngn.tf \

View File

@ -24,5 +24,6 @@ jobs:
- name: Build image
run: |
cd doc
docker build --tag ${{env.REGISTRY}}/${{env.IMAGE}}:latest .
docker push ${{env.REGISTRY}}/${{env.IMAGE}}:latest