docker
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 2m50s

This commit is contained in:
Oli Passey
2026-02-21 18:13:41 +00:00
parent 68cf0fcdc3
commit a9452c0afb
4 changed files with 61 additions and 0 deletions

View File

@@ -28,6 +28,20 @@ Open `index.html` directly in your browser, or use the optional local server scr
./scripts/smoke.ps1
```
## Docker build & push (Gitea Actions)
This repo includes a Gitea Actions workflow in `.gitea/workflows/docker.yml`.
### Required secrets
Set these in your Gitea repo secrets:
- `REGISTRY_HOST` (e.g. `dock.ptslondon.co.uk`)
- `REGISTRY_USERNAME`
- `REGISTRY_PASSWORD`
- `IMAGE_NAME` (e.g. `team/tiles`)
The workflow builds and pushes:
- `${REGISTRY_HOST}/${IMAGE_NAME}:latest`
- `${REGISTRY_HOST}/${IMAGE_NAME}:${GITHUB_SHA}`
## Pattern JSON format
```json
{