This commit is contained in:
@@ -98,8 +98,22 @@ The workflow always builds the Docker image. If these secrets are configured in
|
||||
|
||||
Published tags:
|
||||
|
||||
- `${REGISTRY}/wdw-sitemap-and-importer:<commit-sha>`
|
||||
- `${REGISTRY}/wdw-sitemap-and-importer:latest`
|
||||
- `${REGISTRY_URL}/wdw_internal_tools/wdw-sitemap-and-scraper-docker:<commit-sha>`
|
||||
- `${REGISTRY_URL}/wdw_internal_tools/wdw-sitemap-and-scraper-docker:latest`
|
||||
|
||||
`REGISTRY_URL` should be the registry host only, for example:
|
||||
|
||||
```text
|
||||
registry.example.com
|
||||
```
|
||||
|
||||
or:
|
||||
|
||||
```text
|
||||
gitea.example.com
|
||||
```
|
||||
|
||||
Do not include `http://`, `https://`, or the repository path in `REGISTRY_URL`. The workflow derives the repository path from the Gitea repository name and converts it to lowercase for Docker compatibility.
|
||||
|
||||
If the registry secrets are not configured, the workflow still performs the build as validation but skips the push steps.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user