We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0a3487 + c10ed0b commit c33f152Copy full SHA for c33f152
.github/workflows/upload_image.yaml
@@ -31,9 +31,10 @@ jobs:
31
32
- name: Build Chaos CoreDNS
33
run: |
34
- sed -i '/kubernetes/a\k8s_dns_chaos\:k8s_dns_chaos' plugin.cfg
+ echo "k8s_dns_chaos:github.com/chaos-mesh/k8s_dns_chaos" >> plugin.cfg
35
go mod edit -require github.com/chaos-mesh/k8s_dns_chaos@649fd5298a454eb59b6080fd670e7f7ea1f5b1b4
36
SWAGGER=1 UI=1 make coredns
37
+ chmod +x coredns
38
39
- name: upload coredns binary
40
uses: actions/upload-artifact@v2
0 commit comments