Skip to content

Commit c172e7c

Browse files
authored
feat: collect docker pull count for hayhooks (#14)
1 parent b6c7600 commit c172e7c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/github_metrics.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,11 @@ jobs:
288288

289289
docker-metrics:
290290
runs-on: ubuntu-latest
291+
strategy:
292+
matrix:
293+
repo:
294+
- deepset/haystack
295+
- deepset/hayhooks
291296
env:
292297
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
293298

@@ -300,4 +305,4 @@ jobs:
300305

301306
- name: Get docker pulls
302307
working-directory: collector
303-
run: hatch run collector docker pulls
308+
run: hatch run collector docker --repo-name ${{ matrix.repo }} pulls

0 commit comments

Comments
 (0)