docker-frp/.drone.yml
quackerd e25009cd5f
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2022-06-20 01:52:19 +00:00

22 lines
348 B
YAML

kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- master
steps:
- name: config
image: alpine
commands:
- sh tag.sh
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quackerd/frp