From ce74bdeb399a1e9c29c8a56a10376c6a2388b21f Mon Sep 17 00:00:00 2001 From: cami Date: Mon, 12 Jul 2021 01:58:26 +0200 Subject: [PATCH] .. --- .drone.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1a51886..9378aa3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,32 +25,3 @@ steps: - main event: - push - ---- -kind: pipeline -type: docker -name: manifest - -steps: - - name: publish - image: plugins/manifest - settings: - ignore_missing: true - target: caminsha/behaviobio - template: caminsha/behaviobio:OS-ARCH - platforms: - - linux/amd64 - username: - from_secret: USERNAME - password: - from_secret: PASSWORD - -depends_on: - - linux-amd64 - -trigger: - branch: - - main - event: - - push -