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 05aa487 commit 7543244Copy full SHA for 7543244
.github/workflows/upload_image.yaml
@@ -91,7 +91,7 @@ jobs:
91
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
92
run: |
93
# permissions would be lost after transfer by github artifacts, see: https://github.com/chaos-mesh/k8s_dns_chaos/issues/20
94
- chmod +x coredns
+ chmod +x coredns/coredns
95
docker build -t ghcr.io/${GITHUB_REPOSITORY_OWNER,,}/chaos-coredns:$IMAGE_TAG-$ARCH .
96
97
- name: Upload Chaos CoreDNS
0 commit comments