drone experiment
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
cami 2021-07-12 02:09:09 +02:00
parent 5ab66c1e67
commit e81e079727

View file

@ -1,21 +1,17 @@
kind: pipeline kind: pipeline
type: docker
name: linux-amd64 name: linux-amd64
platform: steps:
os: linux - name: docker
arch: amd64 image: plugins/docker
settings:
- name: docker repo: cami/Bachelorthesis_Code
image: plugins/docker username:
settings: from_secret: DOCKER_USERNAME
repo: cami/Bachelorthesis_Code password:
username: from_secret: DOCKER_SECRET
from_secret: DOCKER_USERNAME when:
password: branch:
from_secret: DOCKER_SECRET - main
when: event:
branch: - push
- main
event:
- push