Produce v2.14-head images (#52701)

This commit is contained in:
Peter Matseykanets
2025-11-12 13:37:08 -05:00
committed by GitHub
parent 67b0d930cc
commit 7d4bbccc23
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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'

View File

@@ -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 }}