test
continuous-integration/drone/push Build is failing Details

This commit is contained in:
oscar 2021-01-02 04:40:03 -05:00
parent 00575864cc
commit 59b11b80d9
2 changed files with 12 additions and 5 deletions

View File

@ -4,15 +4,22 @@ name: default
trigger:
branch:
- master
- test
environment:
FRP_VERSION: 0.34.3
steps:
- name: build
- 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/frp
tags: latest
repo: quackerd/private_test

View File

@ -5,7 +5,7 @@
FROM alpine
ENV FRP_VERSION 0.34.3
ARG FRP_VERSION
ENV FRP_URL https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz
WORKDIR /opt/frp