Skip to content

Commit 14e3494

Browse files
authored
Update GHA references to new branch (#1159)
1 parent 313b0fe commit 14e3494

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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 .
@@ -78,8 +78,8 @@ jobs:
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

.github/workflows/release-rancher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
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

.github/workflows/sync-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
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

0 commit comments

Comments
 (0)