Skip to content

Commit b0fd862

Browse files
committed
chore: add github workflow changes
Signed-off-by: Ajay Mishra <[email protected]>
1 parent 6aa30cc commit b0fd862

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/lint-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
matrix:
136136
component:
137137
- platform-connectors
138+
- event-exporter
138139
- store-client
139140
- commons
140141
- data-models

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ jobs:
118118
- component: file-server-cleanup
119119
make_command: 'make -C log-collector docker-publish-file-server-cleanup'
120120
container_name: 'nvsentinel/file-server-cleanup'
121+
- component: event-exporter
122+
make_command: 'make -C event-exporter docker-publish'
123+
container_name: 'nvsentinel/event-exporter'
121124
steps:
122125
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
123126
with:

0 commit comments

Comments
 (0)