chore: Update Docker registry URL format in CI workflow
### 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:
@@ -8,7 +8,7 @@ on:
|
|||||||
branches: [ main, develop ]
|
branches: [ main, develop ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: https://gittea.kammenstraatha.duckdns.org/
|
REGISTRY: https://gittea.kammenstraatha.duckdns.org
|
||||||
IMAGE_PREFIX: labfusion
|
IMAGE_PREFIX: labfusion
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user