From 2cdb2d6555e8aa6c64cc5d03ac094cebe32a41fa Mon Sep 17 00:00:00 2001 From: chenjiale Date: Thu, 4 Dec 2025 14:15:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E7=A7=BB=E9=99=A4=20Dock?= =?UTF-8?q?er=20=E6=9E=84=E5=BB=BA=E5=91=BD=E4=BB=A4=E4=B8=AD=E7=9A=84=20-?= =?UTF-8?q?-no-cache=20=E9=80=89=E9=A1=B9?= 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 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