chore(): Removes drone step dependency
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
Elia El Lazkani 2024-01-15 12:05:27 +00:00
parent 5dbde0bce0
commit 379fa45fc9

View file

@ -75,8 +75,6 @@ steps:
from_secret: registry_password from_secret: registry_password
commands: commands:
- oras tag --username "$REGISTRY_USERNAME" --password "$REGISTRY_PASSWORD" "scm.project42.io/elia/nikola:${DRONE_COMMIT_SHA:0:8}" latest - oras tag --username "$REGISTRY_USERNAME" --password "$REGISTRY_PASSWORD" "scm.project42.io/elia/nikola:${DRONE_COMMIT_SHA:0:8}" latest
depends_on:
- trivy-scan
when: when:
event: event:
- promote - promote