From f42e6a750e754046009fc7d137aba6e2e8753053 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Sun, 10 Apr 2022 11:35:02 +0100 Subject: [PATCH] Add docker build step --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5342763..c62df5b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,12 @@ volumes: path: /var/www/Api.Blog steps: +- name: docker + image: plugins/docker + settings: + repo: docker.robware.uk/api/blog + registry: docker.robware.uk + tags: latest - name: build and publish image: mcr.microsoft.com/dotnet/core/sdk:3.1 volumes: