diff --git a/.drone.yml b/.drone.yml index 572335b..73bdbe6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,21 +1,17 @@ kind: pipeline -type: docker name: linux-amd64 -platform: - os: linux - arch: amd64 - -- 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 +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