mirror of
https://github.com/go-kit/kit.git
synced 2025-07-17 01:12:38 +02:00
chore: use primary container registry for etcd
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
etcd:
|
etcd:
|
||||||
image: quay.io/coreos/etcd:v3.5.0
|
image: gcr.io/etcd-development/etcd:v3.5.0
|
||||||
ports:
|
ports:
|
||||||
- 2379
|
- 2379
|
||||||
env:
|
env:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
etcd:
|
etcd:
|
||||||
image: quay.io/coreos/etcd:v3.5.0
|
image: gcr.io/etcd-development/etcd:v3.5.0
|
||||||
ports:
|
ports:
|
||||||
- "2379:2379"
|
- "2379:2379"
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user