Merge pull request #6487 from Rory-Z/ci/fix-update-error

ci(release): only push emqx broker image to aws ecr
This commit is contained in:
tigercl 2021-12-20 10:58:10 +08:00 committed by GitHub
commit 2966f4a09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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