CI: lowercase image repository name; compose example too
ci / test (push) Successful in 49s
ci / docker (push) Successful in 1m7s

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:
mram
2026-09-20 19:25:37 +02:00
parent cef845c2e3
commit 3aaa5d80a9
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -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