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