forked from LiamAEdwards/SS14-Docker-Linux-Server
Use lowercase registry image name
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
@@ -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 Unraid’s “Repository” field and map `/ss14` to persistent storage.
|
||||
|
||||
Reference in New Issue
Block a user