chore: update readme
This commit is contained in:
parent
0b09b4159c
commit
3a578df79e
1 changed files with 14 additions and 0 deletions
14
README.md
14
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
|
## .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`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue