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 \
|
./actionlint -color \
|
||||||
-shellcheck= \
|
-shellcheck= \
|
||||||
-ignore 'label ".+" is unknown' \
|
-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
|
- name: Check line-break at EOF
|
||||||
run: |
|
run: |
|
||||||
./scripts/check-nl-at-eof.sh
|
./scripts/check-nl-at-eof.sh
|
||||||
|
|
|
@ -88,6 +88,11 @@ jobs:
|
||||||
registry:
|
registry:
|
||||||
- 'docker.io'
|
- 'docker.io'
|
||||||
- 'public.ecr.aws'
|
- 'public.ecr.aws'
|
||||||
|
exclude:
|
||||||
|
- profile: emqx-enterprise
|
||||||
|
registry: 'public.ecr.aws'
|
||||||
|
- profile: emqx-enterprise-elixir
|
||||||
|
registry: 'public.ecr.aws'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue