ci(docker): return condition on when to push images
This commit is contained in:
parent
58d0f04056
commit
255d9e7d1e
|
@ -204,6 +204,7 @@ jobs:
|
|||
docker exec -t -u root $CID node_dump
|
||||
docker rm -f $CID
|
||||
- name: Push docker image
|
||||
if: inputs.publish || github.repository_owner != 'emqx'
|
||||
env:
|
||||
PROFILE: ${{ matrix.profile[0] }}
|
||||
DOCKER_REGISTRY: ${{ matrix.profile[1] }}
|
||||
|
|
Loading…
Reference in New Issue