chore(): Still scan the container before promoting
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5a85b0f765
commit
b14b802771
1 changed files with 0 additions and 4 deletions
|
@ -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}"
|
- 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:
|
depends_on:
|
||||||
- build-container
|
- build-container
|
||||||
when:
|
|
||||||
event:
|
|
||||||
exclude:
|
|
||||||
- promote
|
|
||||||
|
|
||||||
- name: promote-container
|
- name: promote-container
|
||||||
image: scm.project42.io/elia/tricks:latest
|
image: scm.project42.io/elia/tricks:latest
|
||||||
|
|
Loading…
Reference in a new issue