Merge pull request #6995 from zmstone/ci-exclude-instead-of-include

ci: use exclude instead of include for build matrix
This commit is contained in:
Zaiming (Stone) Shi 2022-02-13 07:18:29 +01:00 committed by GitHub
commit 2a5de6a872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -346,8 +346,12 @@ jobs:
profile: ${{fromJSON(needs.prepare.outputs.profiles)}}
registry:
- 'docker.io'
include:
- profile: emqx
- 'public.ecr.aws'
exclude:
# we don't have an aws ecr repo for enterprise and edge yet
- profile: emqx-edge
registry: 'public.ecr.aws'
- profile: emqx-ee
registry: 'public.ecr.aws'
steps: