Skip to content

Commit 7445983

Browse files
committed
add-npm-images
1 parent 0879ace commit 7445983

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,14 @@ updates:
7070
directory: /components/datadog/apps/redis/images/redis-client
7171
schedule:
7272
interval: daily
73+
74+
- package-ecosystem: docker
75+
directory: /components/datadog/apps/npm-tools/images/go-httpbin
76+
schedule:
77+
interval: daily
78+
79+
- package-ecosystem: docker
80+
directory: /components/datadog/apps/npm-tools/images/npm-tools
81+
schedule:
82+
interval: daily
83+

.github/workflows/docker-publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
image: redis-client
5757
- app: tracegen
5858
image: tracegen
59+
- app: npm-tools
60+
image: go-httpbin
61+
- app: npm-tools
62+
image: npm-tools
5963

6064
steps:
6165
- name: Checkout repository

0 commit comments

Comments
 (0)