diff --git a/.drone.yml b/.drone.yml index 6e92f2e..40ba56e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - echo "=== BUILD STAGE PWD ===" - pwd - ls -l - - docker build -t alert-python:latest -f Dockerfile . + - docker build --no-cache -t alert-python:latest -f Dockerfile . - name: run python container image: docker