Skip to content

Commit 6ee2482

Browse files
committed
Add readme
1 parent b996b20 commit 6ee2482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this project, you can find the following workflows (only available with each
2727

2828
- **CI**: This workflow runs the unit tests (with pytest dependency) for the backend and frontend applications. This workflow is triggered when changes are pushed to the main branch
2929

30-
![CI Workflow](./images/github_actions_ci.png)
30+
![CI Workflow](./images/github_actions_ci.png)
3131

3232
- **Build and Push Docker Images**: This workflow builds the Docker images for the backend and frontend applications and pushes them to GitHub Container Registry. This workflow is triggered when the CI workflow passes successfully. You can find images in the following public registries:
3333

@@ -43,7 +43,7 @@ In this project, you can find the following workflows (only available with each
4343
docker pull ghcr.io/adribaeza/llm-tinyllama-frontend:latest
4444
```
4545

46-
![Build and Deploy Docker Images Workflow](./images/github_actions_build_docker.png)
46+
![Build and Deploy Docker Images Workflow](./images/github_actions_build_docker.png)
4747

4848
## Architecture
4949

0 commit comments

Comments
 (0)