We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714f33a commit c6bdb04Copy full SHA for c6bdb04
build/build-config.yml
@@ -56,7 +56,13 @@ config:
56
- work-dir: health/micro-ui/
57
dockerfile: health/micro-ui/web/microplan/Dockerfile
58
image-name: microplan-ui
59
-
+
60
+ - name: builds/Digit-Frontend/health/console
61
+ build:
62
+ - work-dir: health/micro-ui/
63
+ dockerfile: health/micro-ui/web/console/Dockerfile
64
+ image-name: console
65
66
- name: builds/Digit-Frontend/health/payments-ui
67
build:
68
@@ -66,8 +72,8 @@ config:
72
- name: builds/Digit-Frontend/health/core-ui
73
74
69
- dockerfile: health/micro-ui/web/console/Dockerfile
70
- image-name: console
75
+ dockerfile: health/micro-ui/web/core/Dockerfile
76
+ image-name: core-ui
71
77
78
# Others
79
- name: builds/Digit-Frontend/storybook-svg
0 commit comments