From b14b802771ec4db8ef7e6b10e186be2d4074b095 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sat, 20 Jan 2024 11:28:22 +0100 Subject: [PATCH] chore(): Still scan the container before promoting --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index f7eced9..ed55bde 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,10 +58,6 @@ steps: - trivy image --image-src remote --exit-code 0 --username "$REGISTRY_USERNAME" --password "$REGISTRY_PASSWORD" "scm.project42.io/elia/blog:${DRONE_COMMIT_SHA:0:8}" depends_on: - build-container - when: - event: - exclude: - - promote - name: promote-container image: scm.project42.io/elia/tricks:latest