From 4d5eb8b1a4c389a7d34dcfdb34c575dfaf7b0a93 Mon Sep 17 00:00:00 2001 From: chenjiale Date: Thu, 4 Dec 2025 13:43:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E5=9C=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E9=98=B6=E6=AE=B5=E6=B7=BB=E5=8A=A0=20--no-cache=20?= =?UTF-8?q?=E9=80=89=E9=A1=B9=EF=BC=8C=E4=BB=A5=E9=81=BF=E5=85=8D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=BC=93=E5=AD=98=E6=9E=84=E5=BB=BA=20Docker=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2