ci(docker): emqx-enterprise repo does not exist in ECR
This commit is contained in:
parent
5d707c8b7d
commit
e91d22b0d5
|
@ -63,7 +63,8 @@ jobs:
|
|||
./actionlint -color \
|
||||
-shellcheck= \
|
||||
-ignore 'label ".+" is unknown' \
|
||||
-ignore 'value "emqx-enterprise" in "exclude"'
|
||||
-ignore 'value "emqx-enterprise" in "exclude"' \
|
||||
-ignore 'value "emqx-enterprise-elixir" in "exclude"'
|
||||
- name: Check line-break at EOF
|
||||
run: |
|
||||
./scripts/check-nl-at-eof.sh
|
||||
|
|
|
@ -88,6 +88,11 @@ jobs:
|
|||
registry:
|
||||
- 'docker.io'
|
||||
- 'public.ecr.aws'
|
||||
exclude:
|
||||
- profile: emqx-enterprise
|
||||
registry: 'public.ecr.aws'
|
||||
- profile: emqx-enterprise-elixir
|
||||
registry: 'public.ecr.aws'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue