This repository has been archived on 2023-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
live-shanghai/.drone.yml
imbytecat a4105eab0f
All checks were successful
continuous-integration/drone/push Build is passing
add drone ci
2023-04-12 01:46:27 +08:00

15 lines
285 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build docker image
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: imbytecat/${DRONE_REPO_NAME}
tags: latest