File tree 3 files changed +43
-0
lines changed
3 files changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -213,3 +213,22 @@ jobs:
213
213
publish_branch : backplane-2.8
214
214
keep_files : true
215
215
destination_dir : clusterImageSets
216
+
217
+ sync-clusterimageset-backplane-2_9 :
218
+ name : sync-clusterimageset-backplane-2.9
219
+ runs-on : ubuntu-latest
220
+ steps :
221
+ - name : checkout code
222
+ uses : actions/checkout@v2
223
+ - name : sync-clusterimageset
224
+ run : make sync-images-job
225
+ env :
226
+ TARGET_BRANCH : backplane-2.9
227
+ - name : Deploy
228
+ uses : peaceiris/actions-gh-pages@v3
229
+ with :
230
+ publish_dir : ./clusterImageSets
231
+ github_token : ${{ secrets.GITHUB_TOKEN }}
232
+ publish_branch : backplane-2.9
233
+ keep_files : true
234
+ destination_dir : clusterImageSets
Original file line number Diff line number Diff line change @@ -203,4 +203,22 @@ jobs:
203
203
publish_dir : ./clusterImageSets
204
204
github_token : ${{ secrets.GITHUB_TOKEN }}
205
205
publish_branch : backplane-2.8
206
+ destination_dir : clusterImageSets
207
+
208
+ sync-clusterimageset-backplane-2_9 :
209
+ name : sync-clusterimageset-backplane-2.9
210
+ runs-on : ubuntu-latest
211
+ steps :
212
+ - name : checkout code
213
+ uses : actions/checkout@v2
214
+ - name : sync-clusterimageset
215
+ run : make sync-images-job
216
+ env :
217
+ TARGET_BRANCH : backplane-2.9
218
+ - name : Deploy
219
+ uses : peaceiris/actions-gh-pages@v3
220
+ with :
221
+ publish_dir : ./clusterImageSets
222
+ github_token : ${{ secrets.GITHUB_TOKEN }}
223
+ publish_branch : backplane-2.9
206
224
destination_dir : clusterImageSets
Original file line number Diff line number Diff line change 66
66
" 4.18" ,
67
67
" 4.19"
68
68
],
69
+ "backplane-2.9" : [
70
+ " 4.17" ,
71
+ " 4.18" ,
72
+ " 4.19" ,
73
+ " 4.20"
74
+ ],
69
75
"main" : [
70
76
" 4.6" ,
71
77
" 4.7" ,
You can’t perform that action at this time.
0 commit comments