17 lines
280 B
YAML
17 lines
280 B
YAML
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
|