From 6a1e9f9ef54391bbbb40c5c9b090455381acabc7 Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 20:34:25 +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, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1ede8ae..bcd3d26 100644 --- a/.drone.yml +++ b/.drone.yml @@ -93,4 +93,5 @@ steps: - docker images - name: Build Docker Image commands: - - docker build . -t python3.10:vps -f ./Dockerfile + - docker build . -t lzwang/python3.10:vps -f ./Dockerfile + - docker push lzwang/python3.10:vps