There was an error while loading. Please reload this page.
1 parent 687f38e commit d06deb5Copy full SHA for d06deb5
1 file changed
.github/workflows/trigger-alisql-docker-build.yml
@@ -7,7 +7,9 @@ on:
7
jobs:
8
trigger:
9
runs-on: ubuntu-latest
10
- if: startsWith(github.event.release.tag_name, 'AliSQL-8.0.')
+ if: |
11
+ startsWith(github.event.release.tag_name, 'AliSQL-8.0.') ||
12
+ startsWith(github.event.release.tag_name, 'AliSQL-5.7.')
13
steps:
14
- name: Push tag to alisql-docker
15
env:
0 commit comments