Use lowercase registry image name

This commit is contained in:
Codex Bot
2025-12-14 08:27:04 +01:00
parent 0fc5da9fe0
commit ec1d063d83
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ on:
# Workflow-wide defaults. Adjust IMAGE_NAME/REGISTRY if you are publishing elsewhere.
env:
REGISTRY: git.wylab.me
IMAGE_NAME: wylab/WS14-Docker-Linux-Server
IMAGE_NAME: wylab/ws14-docker-linux-server
TARGET_PLATFORM: linux-x64
WYLAB_SOURCE_REPO: https://git.wylab.me/wylab/wylab-station-14.git
WYLAB_SOURCE_REF: master

View File

@@ -96,16 +96,16 @@ Two workflows keep this image up to date:
- Resolves the target wylab commit (uses the payload commit if provided).
- Logs into `git.wylab.me` and runs `docker manifest inspect` before building; if an image tagged with that commit already exists it skips the build.
- Otherwise builds the Docker image with `SOURCE_REF=<commit>` and pushes:
- `git.wylab.me/wylab/WS14-Docker-Linux-Server:latest`
- `git.wylab.me/wylab/WS14-Docker-Linux-Server:<docker repo commit>`
- `git.wylab.me/wylab/WS14-Docker-Linux-Server:<wylab commit>`
- `git.wylab.me/wylab/ws14-docker-linux-server:latest`
- `git.wylab.me/wylab/ws14-docker-linux-server:<docker repo commit>`
- `git.wylab.me/wylab/ws14-docker-linux-server:<wylab commit>`
Required secrets here: `REGISTRY_USERNAME` / `REGISTRY_PASSWORD` (credentials for `git.wylab.me`).
After the build finishes, Unraid (or any host) can pull:
```
git.wylab.me/wylab/WS14-Docker-Linux-Server:latest
git.wylab.me/wylab/ws14-docker-linux-server:latest
```
Use that string in Unraids “Repository” field and map `/ss14` to persistent storage.