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
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