ci: use another mirror for etcd image (#3486)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2024-03-11 18:40:19 +08:00
committed by GitHub
parent e767f37241
commit b7ac8d6aa8

View File

@@ -1,7 +1,7 @@
version: '3.8'
services:
etcd:
image: public.ecr.aws/bitnami/etcd:3.5
image: ghcr.io/zcube/bitnami-compat/etcd:3.5
ports:
- "2379:2379"
- "2380:2380"