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 7543244 commit 9f9e425Copy full SHA for 9f9e425
.github/workflows/upload_image.yaml
@@ -82,7 +82,7 @@ jobs:
82
uses: actions/download-artifact@v2
83
with:
84
name: coredns-${{ matrix.arch }}
85
- path: coredns
+ path: coredns-artifacts
86
87
- name: Build Chaos CoreDNS Image
88
env:
@@ -91,7 +91,8 @@ 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/coredns
+ chmod +x coredns-artifacts/coredns
95
+ mv coredns-artifacts/coredns coredns
96
docker build -t ghcr.io/${GITHUB_REPOSITORY_OWNER,,}/chaos-coredns:$IMAGE_TAG-$ARCH .
97
98
- name: Upload Chaos CoreDNS
0 commit comments