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 9fca0b8 commit f201241Copy full SHA for f201241
.github/workflows/validate_examples.yaml
@@ -152,6 +152,9 @@ jobs:
152
tar czvf ~/daprbundle/dist/${file}_linux_amd64.tar.gz ${file}
153
done
154
155
+ cd ~/daprbundle/dist/
156
+ curl https://github.com/dapr/dashboard/releases/download/v0.14.0/dashboard_linux_amd64.tar.gz
157
+
158
: # Add docker image
159
mkdir ~/daprbundle/docker
160
cp ~/dapr_docker/daprio-dapr-0.0.0-dev.tar.gz ~/daprbundle/docker/
0 commit comments