Fix wrong syntax in github workflow (#12453)
This commit is contained in:
parent
96f44657ad
commit
9c5f4ab695
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue