From 840d52649b4c0e0614297c85801da967ab51b9cb Mon Sep 17 00:00:00 2001 From: Pat Date: Fri, 21 Apr 2023 11:26:12 +0200 Subject: [PATCH] ci: ensure 2.1 series is pushed as latest container (#7238) Signed-off-by: Patrick Stephens --- .github/workflows/staging-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging-release.yaml b/.github/workflows/staging-release.yaml index 29552f76872..d6cffbfb1c2 100644 --- a/.github/workflows/staging-release.yaml +++ b/.github/workflows/staging-release.yaml @@ -480,8 +480,8 @@ jobs: shell: bash staging-release-images-latest-tags: - # Only update latest tags for 2.0 releases - if: startsWith(github.event.inputs.version, '2.0') + # Only update latest tags for 2.1 releases + if: startsWith(github.event.inputs.version, '2.1') name: Release latest Linux container images runs-on: ubuntu-latest needs: