ci(release): only push emqx broker image to aws ecr

This commit is contained in:
zhanghongtong 2021-12-20 10:25:23 +08:00
parent ccca1f53fa
commit f78be5a4be
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ jobs:
-d "{\"repo\":\"emqx/emqx\", \"tag\": \"${{ env.version }}\" }" \
${{ secrets.EMQX_IO_RELEASE_API }}
- name: push docker image to docker hub
if: github.event_name == 'release'
if: github.event_name == 'release' && matrix.profile == 'emqx'
run: |
set -e -x -u
sudo make docker-prepare