- add stop command at the begining
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
oonyeje 2025-02-26 16:42:59 -05:00
parent d3d2565689
commit 0898f91306

View File

@ -11,6 +11,7 @@ steps:
REGISTRY_PASS:
from_secret: DOCKER_PASSWORD
commands:
- docker container stop compose-container
- docker container prune -f
- docker image prune -f
- docker login gitea.bsidesolutions.net --username $REGISTRY_USER --password $REGISTRY_PASS