Compare commits
6 commits
aa26855b43
...
8fec13cad4
Author | SHA1 | Date | |
---|---|---|---|
8fec13cad4 | |||
e81e079727 | |||
5ab66c1e67 | |||
ce74bdeb39 | |||
638a924f96 | |||
5bb2aa73e1 |
1 changed files with 17 additions and 0 deletions
17
.drone.yml
Normal file
17
.drone.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: linux-amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- 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
|
Loading…
Reference in a new issue