-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathdagger.json
More file actions
38 lines (38 loc) · 938 Bytes
/
dagger.json
File metadata and controls
38 lines (38 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "greetings",
"engineVersion": "v0.20.6",
"sdk": {
"source": "go"
},
"dependencies": [
{
"name": "backend",
"source": ".dagger/backend"
},
{
"name": "frontend",
"source": ".dagger/frontend"
},
{
"name": "github-issue",
"source": "github.com/kpenfound/dag/github-issue@main",
"pin": "2b76331a92be6da3fead95305e7bf2a70726c1e6"
},
{
"name": "github-release",
"source": "github.com/kpenfound/jpadams-github-release@c6081b3210407d5ea49fce8874c5104afa8373cb",
"pin": "c6081b3210407d5ea49fce8874c5104afa8373cb"
},
{
"name": "proxy",
"source": "github.com/kpenfound/dagger-modules/proxy@proxy/v0.2.5",
"pin": "3e9129a119151eb122e5fe380bd2d4313d8fc001"
},
{
"name": "code-workspace",
"source": ".dagger/workspace"
}
],
"source": ".dagger",
"disableDefaultFunctionCaching": true
}