Add auto build for shellcheck image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Victor LABORIE 2019-05-03 11:25:38 +02:00
parent aad48cc476
commit 4c80d672e8
1 changed files with 12 additions and 1 deletions

View File

@ -2,7 +2,7 @@ kind: pipeline
name: default
steps:
- name: docker
- name: build gbp
image: plugins/docker
settings:
username:
@ -12,3 +12,14 @@ steps:
dockerfile: gbp/Dockerfile
repo: evolix/gbp
tags: latest
- name: build shellcheck
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: shellcheck/Dockerfile
repo: evolix/shellcheck
tags: latest