diff --git a/.drone.yml b/.drone.yml index 8507c9e..514738d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: - name: dockersock path: /var/run/docker.sock commands: - - docker build --no-cache -t alert-python:latest -f Dockerfile . + - docker build -t alert-python:latest -f Dockerfile . - name: run python container image: docker