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

Merged
chenjiale merged 1 commits from cjl-dev into master 1 month ago
  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