Bachelorthesis_Code/.drone.yml

18 lines
280 B
YAML
Raw Normal View History

2021-07-11 23:49:21 +00:00
kind: pipeline
name: linux-amd64
2021-07-12 00:09:09 +00:00
steps:
2021-07-12 00:19:28 +00:00
- name: docker
image: plugins/docker
settings:
repo: cami/Bachelorthesis_Code
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_SECRET
when:
branch:
- main
event:
- push