Add docker build step

This commit is contained in:
Robert Marshall 2022-04-10 11:35:02 +01:00
parent dc23165382
commit f42e6a750e

View file

@ -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: