ci: use exclude instead of include for build matrix
include is unconditional, as a result, it brins in emqx profile to enterprise repo
This commit is contained in:
parent
5171d3811c
commit
dfb591cac7
|
@ -346,8 +346,12 @@ jobs:
|
||||||
profile: ${{fromJSON(needs.prepare.outputs.profiles)}}
|
profile: ${{fromJSON(needs.prepare.outputs.profiles)}}
|
||||||
registry:
|
registry:
|
||||||
- 'docker.io'
|
- 'docker.io'
|
||||||
include:
|
- 'public.ecr.aws'
|
||||||
- profile: emqx
|
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'
|
registry: 'public.ecr.aws'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue