Skip to content

Commit d06deb5

Browse files
authored
ci: trigger alisql-docker build on 8.0/5.7 release publish (#149)
1 parent 687f38e commit d06deb5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/trigger-alisql-docker-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
jobs:
88
trigger:
99
runs-on: ubuntu-latest
10-
if: startsWith(github.event.release.tag_name, 'AliSQL-8.0.')
10+
if: |
11+
startsWith(github.event.release.tag_name, 'AliSQL-8.0.') ||
12+
startsWith(github.event.release.tag_name, 'AliSQL-5.7.')
1113
steps:
1214
- name: Push tag to alisql-docker
1315
env:

0 commit comments

Comments
 (0)