Compare commits
No commits in common. "9e1adca45d4ed4c2451ffad345c31fd318d4b8a5" and "83c395dcce2c796b821fc53fcab7fef4c5b76af9" have entirely different histories.
9e1adca45d
...
83c395dcce
23
.drone.yml
23
.drone.yml
|
@ -1,23 +0,0 @@
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: default
|
|
||||||
type: docker
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: show directory contents
|
|
||||||
image: alpine
|
|
||||||
commands:
|
|
||||||
- ls
|
|
||||||
- name: docker bauen
|
|
||||||
image: plugins/docker
|
|
||||||
settings:
|
|
||||||
username: ctdo
|
|
||||||
password:
|
|
||||||
from_secret: dockerhub_password
|
|
||||||
repo: ctdo/raumstatus
|
|
||||||
tags: latest
|
|
||||||
when:
|
|
||||||
ref:
|
|
||||||
- refs/heads/master
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue