mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-07 18:14:26 +08:00
ci: custom image
This commit is contained in:
@@ -14,6 +14,9 @@ version: 2
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
docker:
|
||||||
|
- image: posva/vim-make:0.1
|
||||||
|
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
FROM thinca/vim:8.1.0255
|
FROM thinca/vim
|
||||||
|
|
||||||
RUN apk add make
|
RUN apk add make
|
||||||
|
|||||||
Reference in New Issue
Block a user