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

Signed-off-by: Automated Release <release@submariner.io>
This commit is contained in:
Automated Release
2024-10-01 07:32:45 +00:00
parent 5cf3f48cd8
commit d91605062a
6 changed files with 10 additions and 10 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.19
if: ${{ github.base_ref != 'release-0.19' }}
run: exit 1