From ee1101fb3ac5abe957a1f452624bbd60ffffca2d Mon Sep 17 00:00:00 2001 From: "franz.germann1" Date: Wed, 18 Dec 2024 13:45:32 +0100 Subject: [PATCH] adds picture to ci-workflow.md --- docs/userguide/ci-workflow.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/userguide/ci-workflow.md b/docs/userguide/ci-workflow.md index 0ea9cc5..db431f0 100644 --- a/docs/userguide/ci-workflow.md +++ b/docs/userguide/ci-workflow.md @@ -2,6 +2,8 @@ Our repository includes a **Continuous Integration (CI) workflow** that runs automatically whenever changes are pushed to the codebase. By leveraging Forgejo and GitHub Actions, we ensure that every update is thoroughly validated, resulting in a reliable and error-free image being delivered to the Forgejo registry. +![step 2](../ressources/5.png) + --- ## How It Works