Add docker build step
This commit is contained in:
parent
dc23165382
commit
f42e6a750e
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ volumes:
|
||||||
path: /var/www/Api.Blog
|
path: /var/www/Api.Blog
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: docker.robware.uk/api/blog
|
||||||
|
registry: docker.robware.uk
|
||||||
|
tags: latest
|
||||||
- name: build and publish
|
- name: build and publish
|
||||||
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue