ci: Build docker image (fix typo)
This commit is contained in:
parent
324ec9abc5
commit
a88d51141f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ build:dockerimage:
|
|||
image: docker:20.10.16
|
||||
services:
|
||||
- docker:20.10.16-dind
|
||||
need:
|
||||
needs:
|
||||
- build:executable
|
||||
script:
|
||||
- make build
|
||||
|
|
Loading…
Reference in a new issue