chore: move dockerbuilds to a separate pipeline
Some checks failed
continuous-integration/drone/push Build is failing

* and run them on the main runner
This commit is contained in:
surtur 2020-11-27 14:52:23 +01:00
parent 907a4702d8
commit eece1e3dba
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -25,6 +25,19 @@ steps:
- dotnet restore
- dotnet publish -c Release
---
kind: pipeline
type: docker
name: test-build-docker
platform:
os: linux
arch: amd64
node:
r: main
steps:
- name: docker-release-build
pull: always
image: banzaicloud/drone-kaniko