Skip to content

Commit 3017185

Browse files
authored
Merge pull request #6 from qiaben/main
Remove hardcoded registry URL from CI/CD workflow
2 parents e4669ed + 5e4c97a commit 3017185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929

3030
env:
3131
IMAGE_NAME: ciyex-ehr-ui
32-
REGISTRY: registry.apps-prod.us-east.in.hinisoft.com
32+
REGISTRY: ${{ secrets.REGISTRY_URL }}
3333

3434
jobs:
3535
# Promote to RC - only from main

0 commit comments

Comments
 (0)