Enforce http for Registry
All checks were successful
CI Pipeline / Backend Build & Test (push) Successful in 1m27s
CI Pipeline / Frontend Lint, Test & Build (push) Successful in 58s
CI Pipeline / Infrastructure Validation (push) Successful in 5s

This commit is contained in:
2026-03-08 14:52:47 +01:00
parent 01d5e1e330
commit 6a912412c6

View File

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