From 8c91f0baaf386f84bd16e81af127a6dbaeff41f3 Mon Sep 17 00:00:00 2001 From: cami Date: Mon, 12 Jul 2021 02:19:28 +0200 Subject: [PATCH] doing some things --- .drone.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 73bdbe6..9a31bb8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,16 +2,16 @@ 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 +- 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