From cf7afe8d47c483492b5d5ad92ac40dc51476e593 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Tue, 4 Jul 2023 21:27:45 +0200 Subject: [PATCH] chore(): Migrates to using native script --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9139aa6..6b2ef4b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -90,7 +90,7 @@ steps: REGISTRY_PASSWORD: from_secret: registry_password commands: - - scripts/get-scan-report "scm.project42.io/elia/tricks:${DRONE_COMMIT_SHA:0:8}" + - get-scan-report "scm.project42.io/elia/tricks:${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: