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

Signed-off-by: Automated Release <release@submariner.io>
This commit is contained in:
Automated Release
2021-08-09 16:29:36 +00:00
parent cb78ab7aaa
commit 33cb49c54e
6 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ on:
jobs:
target_devel:
name: PR targets devel
name: PR targets release-0.10
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.10
if: ${{ github.base_ref != 'release-0.10' }}
run: exit 1