chore(): Migrates to using native script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elia el Lazkani 2023-07-04 21:27:45 +02:00
parent 6efc61c778
commit cf7afe8d47

View file

@ -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: