Add docker image build testing
This commit is contained in:
parent
8334bdcd7d
commit
6e9093a73b
@ -4,6 +4,14 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
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
|
- name: Deploy Homebase with Dokku
|
||||||
image: appleboy/drone-git-push:0.2.0-linux-amd64
|
image: appleboy/drone-git-push:0.2.0-linux-amd64
|
||||||
settings:
|
settings:
|
||||||
|
Reference in New Issue
Block a user