chore: update readme

This commit is contained in:
Thomas Sauter 2025-10-24 11:38:30 +02:00
parent 0b09b4159c
commit 3a578df79e
Signed by: thomas.sauter
GPG key ID: 015161F81E6A3C65

View file

@ -8,6 +8,20 @@ GitHub (forgejo) pipelines and other CI/CD utilities for the frontends Phoenix T
## .Github Workflows: Build and push containers ## .Github Workflows: Build and push containers
### Tagging
Only tags following the specified patterns will be considered within container tags. Any other patterns will be ignored, ensuring adherence to the established tagging policy.
#### Standalone
- v1.0.0
- v1.0.0-<anything>
#### Monorepo
- <project_id>\_v1.0.0
- <project_id>\_v1.0.0-<anything>
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. 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.
### `Build` ### `Build`