测试ssh pipeline
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is failing Details

main
lzwang 2022-09-03 20:34:25 +08:00
parent d5d636b369
commit 6a1e9f9ef5
1 changed files with 2 additions and 1 deletions

View File

@ -93,4 +93,5 @@ steps:
- docker images - docker images
- name: Build Docker Image - name: Build Docker Image
commands: commands:
- docker build . -t python3.10:vps -f ./Dockerfile - docker build . -t lzwang/python3.10:vps -f ./Dockerfile
- docker push lzwang/python3.10:vps