diff --git a/.drone.yml b/.drone.yml index aa4f654..38be8b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,10 @@ steps: compress: true tags: - "${DRONE_COMMIT_SHA:0:8}" + when: + event: + exclude: + - promote - name: build-container image: plugins/docker @@ -60,10 +64,6 @@ steps: from_secret: registry_password commands: - quick-scan -i scm.project42.io/elia/tricks -t "${DRONE_COMMIT_SHA:0:8}" -g "${DRONE_COMMIT_SHA:0:8}" - when: - event: - exclude: - - promote depends_on: - build