test mount
This commit is contained in:
parent
c5359b5fd3
commit
ccbfbb8e2e
19
.drone.yml
19
.drone.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user