- add stop command at the begining
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
d3d2565689
commit
0898f91306
@ -11,6 +11,7 @@ steps:
|
|||||||
REGISTRY_PASS:
|
REGISTRY_PASS:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
commands:
|
commands:
|
||||||
|
- docker container stop compose-container
|
||||||
- docker container prune -f
|
- docker container prune -f
|
||||||
- docker image prune -f
|
- docker image prune -f
|
||||||
- docker login gitea.bsidesolutions.net --username $REGISTRY_USER --password $REGISTRY_PASS
|
- docker login gitea.bsidesolutions.net --username $REGISTRY_USER --password $REGISTRY_PASS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user