chore: Update Docker registry URL format in CI workflow
Some checks failed
Integration Tests / integration-tests (push) Failing after 24s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / build-and-push (push) Failing after 38s

### Summary of Changes
- Removed the trailing slash from the Docker registry URL in the CI workflow for `docker-build.yml` to ensure proper formatting.

### Expected Results
- Improved consistency in the Docker registry URL, potentially preventing issues during image builds and deployments.
This commit is contained in:
GSRN
2025-09-17 01:04:56 +02:00
parent 5ac111184c
commit 59cd292963

View File

@@ -8,7 +8,7 @@ on:
branches: [ main, develop ]
env:
REGISTRY: https://gittea.kammenstraatha.duckdns.org/
REGISTRY: https://gittea.kammenstraatha.duckdns.org
IMAGE_PREFIX: labfusion
jobs: