Skip to content

Commit b996b20

Browse files
committed
Add readme
1 parent 30c7658 commit b996b20

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ With GitHub Actions, you can automate your workflow from idea to production. You
2626
In this project, you can find the following workflows (only available with each change in the main branch):
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
29+
30+
![CI Workflow](./images/github_actions_ci.png)
31+
2932
- **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:
33+
3034
- [Backend Docker Image](https://github.com/users/adribaeza/packages/container/package/llm-tinyllama-backend)
3135

3236
```bash
@@ -38,6 +42,9 @@ In this project, you can find the following workflows (only available with each
3842
```bash
3943
docker pull ghcr.io/adribaeza/llm-tinyllama-frontend:latest
4044
```
45+
46+
![Build and Deploy Docker Images Workflow](./images/github_actions_build_docker.png)
47+
4148
## Architecture
4249

4350
The architecture of the chat assistant application is designed to be modular and scalable. The application is divided into two main components: the frontend and the backend.
49.3 KB
Loading

images/github_actions_ci.png

40.6 KB
Loading

0 commit comments

Comments
 (0)