doing some things
This commit is contained in:
parent
8fec13cad4
commit
8c91f0baaf
1 changed files with 13 additions and 13 deletions
26
.drone.yml
26
.drone.yml
|
@ -2,16 +2,16 @@ kind: pipeline
|
||||||
name: linux-amd64
|
name: linux-amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: cami/Bachelorthesis_Code
|
repo: cami/Bachelorthesis_Code
|
||||||
username:
|
username:
|
||||||
from_secret: DOCKER_USERNAME
|
from_secret: DOCKER_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_SECRET
|
from_secret: DOCKER_SECRET
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
Loading…
Reference in a new issue