forked from DevFW-CICD/edp-doc
updates image in ci-workflow.md
This commit is contained in:
parent
ee1101fb3a
commit
ba99303f16
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## How It Works
|
||||
|
@ -12,6 +10,8 @@ Our repository includes a **Continuous Integration (CI) workflow** that runs aut
|
|||
|
||||
Each time you push a new commit or open a pull request, a CI workflow is initiated. You can monitor these runs by navigating to the Actions tab within your GitHub project.
|
||||
|
||||

|
||||
|
||||
### Workflow Steps
|
||||
|
||||
The CI pipeline consists of several predefined steps designed to ensure quality and security before publishing the final image:
|
||||
|
|
Loading…
Reference in a new issue