Skip to content

Commit c9479ba

Browse files
committed
ci: make docker pull faster
1 parent 13a3065 commit c9479ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
cargo_fetch:
44
docker:
5-
- image: broooooklyn/rust-python:latest
5+
- image: rust:latest
66
working_directory: /mnt/crate
77
steps:
88
- checkout
@@ -111,7 +111,7 @@ jobs:
111111

112112
deploy35:
113113
docker:
114-
- image: broooooklyn/rust-python:3.5
114+
- image: tsub/ghr:latest
115115
working_directory: /mnt/crate
116116
steps:
117117
- attach_workspace:
@@ -124,7 +124,7 @@ jobs:
124124
125125
deploy36:
126126
docker:
127-
- image: broooooklyn/rust-python:3.6
127+
- image: tsub/ghr:latest
128128
working_directory: /mnt/crate
129129
steps:
130130
- attach_workspace:
@@ -137,7 +137,7 @@ jobs:
137137
138138
deploy37:
139139
docker:
140-
- image: broooooklyn/rust-python:3.7
140+
- image: tsub/ghr:latest
141141
working_directory: /mnt/crate
142142
steps:
143143
- attach_workspace:

0 commit comments

Comments
 (0)