Attempt 2 for workflow fix
Build Docker Image / docker (push) Successful in 8s

This commit is contained in:
2026-04-09 10:49:57 -07:00
parent 116fcde9a1
commit 3f3c7051e6
2 changed files with 32 additions and 10 deletions
+16 -2
View File
@@ -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.