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
|
- uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: >
|
push: >
|
||||||
${{ (startsWith(github.ref, 'refs/tags/')
|
${{ startsWith(github.ref, 'refs/tags/')
|
||||||
|| (github.event.repository.owner != 'emqx' && startsWith(github.ref_name, 'ci/')) }}
|
|| (github.event.repository.owner != 'emqx' && startsWith(github.ref_name, 'ci/')) }}
|
||||||
pull: true
|
pull: true
|
||||||
no-cache: true
|
no-cache: true
|
||||||
|
|
Loading…
Reference in New Issue