Add docker image build testing

This commit is contained in:
Luke Murphy 2020-03-29 11:04:19 +02:00
parent 8334bdcd7d
commit 6e9093a73b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@ kind: pipeline
name: default
steps:
- name: Build Homebase docker image
image: docker:stable
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker build --no-cache -t autonomic/homebase:drone .
- name: Deploy Homebase with Dokku
image: appleboy/drone-git-push:0.2.0-linux-amd64
settings: