Skip to content

Commit c021ec8

Browse files
authored
chore: Add nrdot-collector to release workflows (#366)
1 parent ce8edee commit c021ec8

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.github/workflows/ci-nightly.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
distribution:
18+
- nrdot-collector
1819
- nrdot-collector-host
1920
- nrdot-collector-k8s
2021
uses: ./.github/workflows/ci-base.yaml
@@ -40,6 +41,7 @@ jobs:
4041
strategy:
4142
matrix:
4243
distribution:
44+
- nrdot-collector
4345
- nrdot-collector-host
4446
- nrdot-collector-k8s
4547
steps:
@@ -163,6 +165,7 @@ jobs:
163165
strategy:
164166
matrix:
165167
distribution:
168+
- nrdot-collector
166169
- nrdot-collector-host
167170
- nrdot-collector-k8s
168171
steps:

.github/workflows/release-draft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
distribution:
41+
- nrdot-collector
4142
- nrdot-collector-host
4243
- nrdot-collector-k8s
4344
steps:

.github/workflows/release-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
distribution:
19+
- nrdot-collector
1920
- nrdot-collector-host
2021
- nrdot-collector-k8s
2122

.github/workflows/security.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
image:
21+
- nrdot-collector
2122
- nrdot-collector-host
2223
- nrdot-collector-k8s
2324
steps:

0 commit comments

Comments
 (0)