chore: Update Docker registry URL in CI workflow
### Summary of Changes - Changed the Docker registry URL in the CI workflow from `gitea.example.com` to `https://gittea.kammenstraatha.duckdns.org/` to reflect the new registry location. ### Expected Results - Ensured that the CI workflow points to the correct Docker registry, facilitating successful image builds and deployments.
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
|||||||
branches: [ main, develop ]
|
branches: [ main, develop ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: gitea.example.com
|
REGISTRY: https://gittea.kammenstraatha.duckdns.org/
|
||||||
IMAGE_PREFIX: labfusion
|
IMAGE_PREFIX: labfusion
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user