We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1c97f commit d5f9f53Copy full SHA for d5f9f53
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
services:
20
etcd:
21
- image: quay.io/coreos/etcd:v3.5.0
+ image: gcr.io/etcd-development/etcd:v3.5.0
22
ports:
23
- 2379
24
env:
docker-compose-integration.yml
@@ -1,7 +1,7 @@
1
version: '2'
2
3
4
5
6
- "2379:2379"
7
environment:
0 commit comments