raumstatus/.drone.yml

23 lines
368 B
YAML
Raw Normal View History

2022-09-04 13:46:14 +00:00
---
kind: pipeline
name: default
2022-09-04 13:52:36 +00:00
type: docker
2022-09-04 13:46:14 +00:00
steps:
- name: show directory contents
image: alpine
commands:
- ls
- name: docker bauen
image: plugins/docker
settings:
username: ctdo
password:
from_secret: dockerhub_password
2022-09-04 13:46:14 +00:00
repo: ctdo/raumstatus
tags: latest
2022-11-24 17:53:28 +00:00
when:
ref:
- refs/heads/master
2022-09-04 13:52:36 +00:00