From 307e5e6e76d2d7d75d972d044738feb8a4f4ab0f Mon Sep 17 00:00:00 2001 From: gregandev Date: Mon, 19 Dec 2022 02:02:07 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) 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