mirror of
https://gitee.com/rancher/rancher.git
synced 2025-12-06 07:49:17 +08:00
Produce v2.14-head images (#52701)
This commit is contained in:
committed by
GitHub
parent
67b0d930cc
commit
7d4bbccc23
4
.github/actions/setup-tag-env/action.yml
vendored
4
.github/actions/setup-tag-env/action.yml
vendored
@@ -6,10 +6,10 @@ runs:
|
||||
- shell: bash
|
||||
run: |
|
||||
ref_name="${{ github.ref_name }}"
|
||||
TAG=v2.13-${{ github.sha }}-head
|
||||
TAG=v2.14-${{ github.sha }}-head
|
||||
prefix="release/"
|
||||
if [[ "$ref_name" == "main" ]]; then
|
||||
TAG=v2.13-${{ github.sha }}-head
|
||||
TAG=v2.14-${{ github.sha }}-head
|
||||
echo "HEAD_TAG=head" >> "$GITHUB_ENV"
|
||||
elif [[ "$ref_name" == release/v* ]]; then
|
||||
TAG=${ref_name#$prefix}-${{ github.sha }}-head
|
||||
|
||||
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
@@ -2,8 +2,8 @@ name: Integration Tests
|
||||
on:
|
||||
workflow_call:
|
||||
env:
|
||||
TAG: v2.13-${{ github.sha }}-head
|
||||
GIT_TAG: v2.13-${{ github.sha }}-head
|
||||
TAG: v2.14-${{ github.sha }}-head
|
||||
GIT_TAG: v2.14-${{ github.sha }}-head
|
||||
HOST_ARCH: amd64
|
||||
ARCH: amd64
|
||||
PYTHON_VERSION: '3.11'
|
||||
|
||||
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
@@ -9,8 +9,8 @@ on:
|
||||
|
||||
env:
|
||||
ARCH: amd64
|
||||
TAG: v2.13-${{ github.sha }}-head
|
||||
GIT_TAG: v2.13-${{ github.sha }}-head
|
||||
TAG: v2.14-${{ github.sha }}-head
|
||||
GIT_TAG: v2.14-${{ github.sha }}-head
|
||||
HEAD_TAG: "head"
|
||||
COMMIT: ${{ github.sha }}
|
||||
REPOSITORY_OWNER: ${{ github.repository_owner }}
|
||||
|
||||
Reference in New Issue
Block a user