diff --git a/.drone.yml b/.drone.yml index 12923a9..c40d157 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,19 +1,14 @@ kind: pipeline -type: docker name: default steps: - - - name: submodules - image: alpine/git - commands: - - git submodule update --init --recursive - - - name: build - image: klakegg/hugo:ext-ci - commands: - - hugo - - echo "salut" +- name: build + image: docker + volumes: + - name: dockersock + path: /var/run/docker.sock + commands: + - docker build -t foo:latest . # - name: docker build and push # image: plugins/docker