forked from LiamAEdwards/SS14-Docker-Linux-Server
Use lowercase registry image name
This commit is contained in:
@@ -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