1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +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:
Badlop 2025-04-01 15:27:33 +02:00
parent 67aaf93157
commit d842d6772d

View file

@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
services: services:
redis: redis:
image: redis image: public.ecr.aws/docker/library/redis
ports: ports:
- 6379:6379 - 6379:6379