File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 24
24
description : ' Published version of InstaScale'
25
25
required : true
26
26
default : ' v0.0.0-dev'
27
+ kuberay-version :
28
+ description : ' Published version of KubeRay'
29
+ required : true
30
+ default : ' v0.0.0-dev'
27
31
is-stable :
28
32
description : ' Select if the built image should be tagged as stable'
29
33
required : true
89
93
sed -i -E "s|(.*Multi-Cluster App Dispatcher.*\[).*(\].*releases/tag/).*(\).*)|\1${{ github.event.inputs.mcad-version }}\2${{ github.event.inputs.mcad-version }}\3|" README.md
90
94
sed -i -E "s|(.*CodeFlare-SDK.*\[).*(\].*releases/tag/).*(\).*)|\1${{ github.event.inputs.codeflare-sdk-version }}\2${{ github.event.inputs.codeflare-sdk-version }}\3|" README.md
91
95
sed -i -E "s|(.*InstaScale.*\[).*(\].*releases/tag/).*(\).*)|\1${{ github.event.inputs.instascale-version }}\2${{ github.event.inputs.instascale-version }}\3|" README.md
96
+ sed -i -E "s|(.*KubeRay.*\[).*(\].*releases/tag/).*(\).*)|\1${{ github.event.inputs.kuberay-version }}\2${{ github.event.inputs.kuberay-version }}\3|" README.md
92
97
93
98
- name : Adjust MCAD, SDK and InstaScale dependencies in the code
94
99
run : |
You can’t perform that action at this time.
0 commit comments