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 d8999d4 commit c10ed0bCopy full SHA for c10ed0b
.github/workflows/upload_image.yaml
@@ -32,6 +32,7 @@ jobs:
32
- name: Build Chaos CoreDNS
33
run: |
34
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
0 commit comments