From 474358962c73ee59dc75957a37428c97479629bc Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 20:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95ssh=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 547542b..ed73020 100644 --- a/.drone.yml +++ b/.drone.yml @@ -90,3 +90,6 @@ steps: commands: - docker ps - docker images + - name: Build Docker Image + commands: + - docker build -f ./Dockerfile -t python3.10