Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
mkdir -p "${{ runner.temp}}"
pushd "${{ runner.temp}}"
git clone --depth 1 -b main https://github.com/rancher/rancher.git rancherDir
git clone --depth 1 -b release/v2.14 https://github.com/rancher/rancher.git rancherDir
cd rancherDir
./scripts/chart/build chart
tar cfz "${{ runner.temp }}/rancher.tgz" -C build/chart/rancher .
Expand Down Expand Up @@ -68,8 +68,8 @@ jobs:
run: ./.github/workflows/scripts/start-rancher.sh
env:
CHART_PATH: "${{ runner.temp }}/rancher.tgz"
RANCHER_IMAGE_TAG: "head"
VERSION: "main"
RANCHER_IMAGE_TAG: "v2.14-head"
VERSION: "release/v2.14"

- name: get vars
run: cat dist/image_tag >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-rancher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
rancher_ref:
description: "Submit PR against the following rancher/rancher branch (eg: main)"
required: true
default: "main"
default: "release/v2.14"
prev_webhook:
description: "Previous Webhook version (eg: v0.5.0-rc.13)"
required: true
Expand Down