Skip to content

Commit 7543244

Browse files
committed
chore: try to append execution permission
Signed-off-by: STRRL <[email protected]>
1 parent 05aa487 commit 7543244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
9292
run: |
9393
# permissions would be lost after transfer by github artifacts, see: https://github.com/chaos-mesh/k8s_dns_chaos/issues/20
94-
chmod +x coredns
94+
chmod +x coredns/coredns
9595
docker build -t ghcr.io/${GITHUB_REPOSITORY_OWNER,,}/chaos-coredns:$IMAGE_TAG-$ARCH .
9696
9797
- name: Upload Chaos CoreDNS

0 commit comments

Comments
 (0)