From 3f9bb20c96b5d2f5c91111d8379d3f7484d4a395 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 1 Apr 2021 12:31:46 +0200 Subject: [PATCH] ci: kaniko-build pipeline logic updates [skip ci] --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 341e9d8..e7aeeba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,9 +31,6 @@ platform: os: linux arch: amd64 -depends_on: -- dockerhub-build-trigger - steps: - name: build pull: always @@ -79,8 +76,8 @@ trigger: branch: - master event: - - push - - tag + exclude: [pull_request] + include: [push, tag] status: - success - failure