From 9a63348d526f6e90204c97b1d9129bfd08633cb4 Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Fri, 2 Feb 2024 15:20:11 +0200 Subject: [PATCH] update drone.yml --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3be960c..72c43c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,8 +47,9 @@ steps: - sha256 - crc32 when: - allConditions: - - event: tag + event: + exclude: + - push image_pull_secrets: - docker_token \ No newline at end of file