build server image for pr
This commit is contained in:
parent
2e37fdec2f
commit
1b29a4732d
1 changed files with 2 additions and 2 deletions
|
@ -51,9 +51,9 @@ pipeline:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: drone/drone
|
repo: drone/drone
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
tag: [ latest ]
|
tag: [ 0.8.9-pr.2597 ]
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: pr/2597
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
publish_agent_alpine:
|
publish_agent_alpine:
|
||||||
|
|
Loading…
Reference in a new issue