Skip to content

Commit d5f9f53

Browse files
committed
chore: use primary container registry for etcd
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent cb1c97f commit d5f9f53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
services:
2020
etcd:
21-
image: quay.io/coreos/etcd:v3.5.0
21+
image: gcr.io/etcd-development/etcd:v3.5.0
2222
ports:
2323
- 2379
2424
env:

docker-compose-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
etcd:
4-
image: quay.io/coreos/etcd:v3.5.0
4+
image: gcr.io/etcd-development/etcd:v3.5.0
55
ports:
66
- "2379:2379"
77
environment:

0 commit comments

Comments
 (0)