chore(): Still scan the container before promoting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elia el Lazkani 2024-01-20 11:28:22 +01:00
parent 5a85b0f765
commit b14b802771

View file

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