Merge pull request #8699 from Rory-Z/chore/do-not-push-ee-image-to-aws
ci: do not push enterprise image to aws ecr
This commit is contained in:
commit
d1705d7e5c
|
@ -121,6 +121,8 @@ jobs:
|
||||||
- aws-arm64
|
- aws-arm64
|
||||||
- ubuntu-20.04
|
- ubuntu-20.04
|
||||||
exclude:
|
exclude:
|
||||||
|
- registry: 'public.ecr.aws'
|
||||||
|
profile: emqx-enterprise
|
||||||
- arch: arm64
|
- arch: arm64
|
||||||
build_machine: ubuntu-20.04
|
build_machine: ubuntu-20.04
|
||||||
- arch: amd64
|
- arch: amd64
|
||||||
|
|
Loading…
Reference in New Issue