This commit is contained in:
Thomas Sauter 2025-10-22 21:51:39 +02:00
parent 09af58f7c9
commit 06500c80d0
Signed by: thomas.sauter
GPG key ID: 015161F81E6A3C65

View file

@ -6,7 +6,7 @@ This repository contains consolidated boilerplates, CI/CD pipelines, and utiliti
GitHub (forgejo) pipelines and other CI/CD utilities for the frontends Phoenix Technologies maintains. Its purpose is to provide unified and consistent CI/CD workflows for all recent frontend projects developed and operated within our company, ensuring alignment, quality, and maintainability across setups.
## Build Pipielines
## .Github Workflows: Build and push containers
Containers are built using dedicated `Dockerfile`s located in the `/docker` directory within each project repository. After the build, the images are pushed to the registry.
@ -60,7 +60,7 @@ A monorepo project based on Turborepo, with individual projects located under th
| `TURBO_TOKEN` | Access token for turbo cache | |
| `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only if fa in use ) | |
## Linting, type checking, code analyzis, dependency tracking
## .Github Workflows: Linting, type checking, code analyzis, dependency tracking
### `Lint`