test mount
This commit is contained in:
parent
c5359b5fd3
commit
ccbfbb8e2e
19
.drone.yml
19
.drone.yml
@ -1,20 +1,13 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: exec
|
||||||
|
|
||||||
platform:
|
|
||||||
arch: arm64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: plugins/docker
|
image: docker
|
||||||
settings:
|
commands:
|
||||||
username:
|
- docker build --rm -t dagobert:latest .
|
||||||
from_secret: docker_username
|
volumes:
|
||||||
password:
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
from_secret: docker_password
|
|
||||||
repo: registry.chrz.de:443/hello-ci
|
|
||||||
registry: registry.chrz.de:443
|
|
||||||
dry_run: true
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user