drone experiment
This commit is contained in:
parent
5ab66c1e67
commit
e81e079727
1 changed files with 14 additions and 18 deletions
32
.drone.yml
32
.drone.yml
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue