fix(cd): remove http:// from REGISTRY_HOST for valid image tags
All checks were successful
CI Pipeline / Backend Build & Test (push) Successful in 1m17s
CI Pipeline / Frontend Lint, Test & Build (push) Successful in 56s
CI Pipeline / Infrastructure Validation (push) Successful in 4s

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
WorkClub Automation
2026-03-08 15:24:51 +01:00
parent 5e3968bd69
commit 5c815c824a

View File

@@ -20,7 +20,7 @@ on:
type: boolean
env:
REGISTRY_HOST: http://192.168.241.13:8080
REGISTRY_HOST: 192.168.241.13:8080
BACKEND_IMAGE: workclub-api
FRONTEND_IMAGE: workclub-frontend