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:
commit
2a5de6a872
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue