From fda6eaa8688ad89085e1bb87f84e084c9b7dd746 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Wed, 5 Jul 2023 23:10:50 +0200 Subject: [PATCH] chore(): Using the latest image to test with --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1b63622..8f2a608 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,8 +59,7 @@ steps: REGISTRY_PASSWORD: from_secret: registry_password commands: - - apk add python3 - - scripts/generate-scan-report -i scm.project42.io/elia/tricks -t "${DRONE_COMMIT_SHA:0:8}" -g "${DRONE_COMMIT_SHA:0:8}" + - generate-scan-report -i scm.project42.io/elia/tricks -t "${DRONE_COMMIT_SHA:0:8}" -g "${DRONE_COMMIT_SHA:0:8}" when: event: exclude: @@ -87,8 +86,7 @@ steps: REGISTRY_PASSWORD: from_secret: registry_password commands: - - apk add python3 - - scripts/check-scan-report -i scm.project42.io/elia/tricks -t "${DRONE_COMMIT_SHA:0:8}" + - check-scan-report -i scm.project42.io/elia/tricks -t "${DRONE_COMMIT_SHA:0:8}" - oras tag --username "$REGISTRY_USERNAME" --password "$REGISTRY_PASSWORD" "scm.project42.io/elia/tricks:${DRONE_COMMIT_SHA:0:8}" latest when: event: