ci(docker): emqx-enterprise repo does not exist in ECR

This commit is contained in:
Ivan Dyachkov 2023-08-15 19:28:31 +02:00
parent 5d707c8b7d
commit e91d22b0d5
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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