From d5d636b3692ac11ce4a81e0c795a4ff76fad5427 Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 20:27:51 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a0d4cb0..1ede8ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -93,4 +93,4 @@ steps: - docker images - name: Build Docker Image commands: - - docker build . -t python3.10 -f ./Dockerfile + - docker build . -t python3.10:vps -f ./Dockerfile