Update base image to use stable branch 'release-0.23'

Signed-off-by: Automated Release <release@submariner.io>
This commit is contained in:
Automated Release
2026-02-09 15:44:03 +00:00
parent c28d8eb1d4
commit cc65b0693f
7 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -11,6 +11,6 @@ jobs:
name: PR targets branch
runs-on: ubuntu-latest
steps:
- name: Check that the PR targets devel
if: ${{ github.base_ref != 'devel' }}
- name: Check that the PR targets release-0.23
if: ${{ github.base_ref != 'release-0.23' }}
run: exit 1