Bachelorthesis_Code/.drone.yml
2021-07-12 02:00:08 +02:00

22 lines
323 B
YAML

kind: pipeline
type: docker
name: linux-amd64
platform:
os: linux
arch: amd64
- 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