File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050 run : |
5151 mkdir -p "${{ runner.temp}}"
5252 pushd "${{ runner.temp}}"
53- git clone --depth 1 -b main https://github.com/rancher/rancher.git rancherDir
53+ git clone --depth 1 -b release/v2.13 https://github.com/rancher/rancher.git rancherDir
5454 cd rancherDir
5555 ./scripts/chart/build chart
5656 tar cfz "${{ runner.temp }}/rancher.tgz" -C build/chart/rancher .
7878 run : ./.github/workflows/scripts/start-rancher.sh
7979 env :
8080 CHART_PATH : " ${{ runner.temp }}/rancher.tgz"
81- RANCHER_IMAGE_TAG : " head"
82- VERSION : " main "
81+ RANCHER_IMAGE_TAG : " v2.13- head"
82+ VERSION : " release/v2.13 "
8383
8484 - name : get vars
8585 run : cat dist/image_tag >> $GITHUB_ENV
Original file line number Diff line number Diff line change 55 rancher_ref :
66 description : " Submit PR against the following rancher/rancher branch (eg: main)"
77 required : true
8- default : " main "
8+ default : " release/v2.13 "
99 prev_webhook :
1010 description : " Previous Webhook version (eg: v0.5.0-rc.13)"
1111 required : true
Original file line number Diff line number Diff line change 66 rancher_ref :
77 description : " Version of rancher/rancher to compare"
88 required : true
9- default : " main "
9+ default : " release/v2.13 "
1010 rancher_repository :
1111 description : " Repository for rancher/rancher"
1212 required : true
You can’t perform that action at this time.
0 commit comments