test mount

This commit is contained in:
Christoph Honal 2020-02-13 18:22:43 +01:00
parent c5359b5fd3
commit ccbfbb8e2e
1 changed files with 6 additions and 13 deletions

View File

@ -1,20 +1,13 @@
kind: pipeline
name: default
platform:
arch: arm64
name: exec
steps:
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.chrz.de:443/hello-ci
registry: registry.chrz.de:443
dry_run: true
image: docker
commands:
- docker build --rm -t dagobert:latest .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- name: notify
image: drillster/drone-email
settings: