Bachelorthesis_Code/.drone.yml

22 lines
323 B
YAML
Raw Normal View History

2021-07-11 23:49:21 +00:00
kind: pipeline
type: docker
name: linux-amd64
platform:
os: linux
arch: amd64
2021-07-12 00:00:08 +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