doing some things #135

Merged
cami merged 4 commits from enhancement/cicd into main 2021-07-12 00:34:16 +00:00
Showing only changes of commit 8c91f0baaf - Show all commits

View file

@ -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