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

Signed-off-by: Automated Release <release@submariner.io>
This commit is contained in:
Automated Release
2022-03-02 10:16:16 +00:00
parent 76c4e94da1
commit c15111b329
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -9,6 +9,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.12
if: ${{ github.base_ref != 'release-0.12' }}
run: exit 1