mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
CI: Pull Redis image from ECR instead of Docker Hub
Pull images from Amazon ECR (Elastic Container Registry) Public Gallery instead of Docker Hub to reduce consumption of the pull limits https://www.docker.com/blog/revisiting-docker-hub-policies-prioritizing-developer-experience/
This commit is contained in:
parent
67aaf93157
commit
d842d6772d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
image: public.ecr.aws/docker/library/redis
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue