CI: lowercase image repository name; compose example too
Docker registry names must be lowercase, so PUBLIC/gpu-turnstile was rejected by buildx. The workflow now lowercases gitea.repository.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Ollama and ComfyUI instances run one port higher on the workstation.
|
||||
services:
|
||||
gpu-turnstile:
|
||||
image: git.rambossek.at/PUBLIC/gpu-turnstile:v0.1.1
|
||||
image: git.rambossek.at/public/gpu-turnstile:v0.1.1
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
OLLAMA_URL: http://<workstation-ip>:11435
|
||||
|
||||
Reference in New Issue
Block a user