|
@@ -346,8 +346,12 @@ jobs:
|
|
|
profile: ${{fromJSON(needs.prepare.outputs.profiles)}}
|
|
profile: ${{fromJSON(needs.prepare.outputs.profiles)}}
|
|
|
registry:
|
|
registry:
|
|
|
- 'docker.io'
|
|
- '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'
|
|
registry: 'public.ecr.aws'
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|