docker-frp/.drone.yml
oscar 59b11b80d9
Some checks failed
continuous-integration/drone/push Build is failing
test
2021-01-02 04:40:03 -05:00

26 lines
407 B
YAML

kind: pipeline
type: docker
name: default
trigger:
branch:
- test
environment:
FRP_VERSION: 0.34.3
steps:
- name: tag
image: alpine
commands:
- echo -n "$FRP_VERSION,0.1.0" > .tags
- name: publish
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quackerd/private_test