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.
1 parent c0a3487 commit efd18c4Copy full SHA for efd18c4
.github/workflows/upload_image.yaml
@@ -31,8 +31,7 @@ jobs:
31
32
- name: Build Chaos CoreDNS
33
run: |
34
- sed -i '/kubernetes/a\k8s_dns_chaos\:k8s_dns_chaos' plugin.cfg
35
- go mod edit -require github.com/chaos-mesh/k8s_dns_chaos@649fd5298a454eb59b6080fd670e7f7ea1f5b1b4
+ echo "k8s_dns_chaos:github.com/chaos-mesh/k8s_dns_chaos" >> plugin.cfg
36
SWAGGER=1 UI=1 make coredns
37
38
- name: upload coredns binary
0 commit comments