docker-frp/.drone.yml
oscar d7838dc8d5
Some checks failed
continuous-integration/drone/push Build is failing
test
2021-01-02 05:00:06 -05:00

26 lines
482 B
YAML

kind: pipeline
type: docker
name: Docker image build
trigger:
branch:
- test
environment:
FRP_VERSION: 0.34.4
steps:
- name: config
image: alpine
commands:
- echo -n "$FRP_VERSION,latest" > .tags
- sed -i -E "s/var_FRP_VERSION/$FRP_VERSION/" Dockerfile
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: quackerd/private_test