lsky-pro-docker/.drone.yml
imbytecat 098f86087d
All checks were successful
continuous-integration/drone Build is passing
init
2023-03-20 16:54:03 +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