From 3a578df79edbb009bbb500b6d7f0f100e4a47b03 Mon Sep 17 00:00:00 2001 From: Thomas Sauter Date: Fri, 24 Oct 2025 11:38:30 +0200 Subject: [PATCH] chore: update readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8d40f7b..809ffde 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,20 @@ GitHub (forgejo) pipelines and other CI/CD utilities for the frontends Phoenix T ## .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- + +#### Monorepo + +- \_v1.0.0 +- \_v1.0.0- + 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`