Files
ttx-docker/.drone.yml
T
曾志威 83cc136ea8
continuous-integration/drone Build is passing
init
2026-02-12 23:46:53 +08:00

19 lines
427 B
YAML

kind: pipeline
name: default
steps:
# 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/loghub/wms-system-service
tags:
- gradle8