From 15867c0e6b193d0402a94810e85de6cc03cde9a0 Mon Sep 17 00:00:00 2001 From: sebclem Date: Mon, 13 Dec 2021 15:21:41 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 573db74..5cff9cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,10 +13,11 @@ steps: repo: harbor.sebclem.fr/sebclem/cnc-speed-calculator registry: harbor.sebclem.fr tags: latest + dry_run: true when: - branch: + target: exclude: - - main + - production - name: Build and Push docker image: plugins/docker @@ -31,9 +32,5 @@ steps: when: branch: - main - - -trigger: - event: - - push - - custom \ No newline at end of file + target: + - production