Files
AShareView/.drone.yml
T
曾志威 f416bf271a
continuous-integration/drone Build is failing
init
2026-05-10 19:42:58 +08:00

28 lines
607 B
YAML

kind: pipeline
name: default
clone:
disable: true
steps:
- name: clone
image: alpine/git
commands:
- git config --global http.version HTTP/1.1
- git clone --branch $DRONE_BRANCH $DRONE_GIT_HTTP_URL .
# docker 打包
- name: docker
image: plugins/docker
settings:
context: ./
dockerfile: ./Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
registry: https://registry.cn-hangzhou.aliyuncs.com
repo: registry.cn-hangzhou.aliyuncs.com/hub_z/ashareview
tags:
- latest