ci: fix github workflow syntax
This commit is contained in:
parent
ee5e402bab
commit
56de8af04f
|
@ -179,7 +179,7 @@ jobs:
|
|||
- uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: >
|
||||
${{ (startsWith(github.ref, 'refs/tags/')
|
||||
${{ startsWith(github.ref, 'refs/tags/')
|
||||
|| (github.event.repository.owner != 'emqx' && startsWith(github.ref_name, 'ci/')) }}
|
||||
pull: true
|
||||
no-cache: true
|
||||
|
|
Loading…
Reference in New Issue