Put back the setup_remote_docker step
This commit is contained in:
Родитель
fbf0abca15
Коммит
04376a06d8
|
@ -14,6 +14,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- setup_remote_docker:
|
||||
version: 18.03.1-ce
|
||||
|
||||
- run:
|
||||
name: Build
|
||||
command: docker build -t << parameters.imageName >> << parameters.imageName >>/
|
||||
|
|
Загрузка…
Ссылка в новой задаче