Browse Source

fix: 🐛 移除 Docker 构建命令中的 --no-cache 选项

pull/32/head
chenjiale 1 month ago
parent
commit
2cdb2d6555
  1. 2
      .drone.yml

2
.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

Loading…
Cancel
Save