Fix wrong syntax in github workflow (#12453)

This commit is contained in:
kezhenxu94 2024-07-16 15:16:33 +08:00 committed by GitHub
parent 96f44657ad
commit 9c5f4ab695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -87,5 +87,5 @@ jobs:
- name: Build and push docker images
run: make build.all docker.push
- name: Build and push data-generator image
if: github.event_name != "release"
if: github.event_name != 'release'
run: make push.docker.data-generator