mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
Feature release
This commit is contained in:
parent
d7d360b94e
commit
7420131019
1 changed files with 4 additions and 4 deletions
|
@ -113,7 +113,7 @@ pipeline:
|
|||
repo: laszlocloud/drone-oss-08-server
|
||||
dockerfile: Dockerfile.alpine
|
||||
secrets: [ docker_username, docker_password ]
|
||||
tag: [ 0.8.95-alpine ]
|
||||
tag: [ 0.8.95-multi-pipeline-alpine ]
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
@ -122,7 +122,7 @@ pipeline:
|
|||
repo: laszlocloud/drone-oss-08-agent
|
||||
dockerfile: Dockerfile.agent.alpine
|
||||
secrets: [ docker_username, docker_password ]
|
||||
tag: [ 0.8.95-alpine ]
|
||||
tag: [ 0.8.95-multi-pipeline-alpine ]
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
@ -130,7 +130,7 @@ pipeline:
|
|||
image: plugins/docker
|
||||
repo: laszlocloud/drone-oss-08-server
|
||||
secrets: [ docker_username, docker_password ]
|
||||
tag: [ 0.8.95 ]
|
||||
tag: [ 0.8.95-multi-pipeline ]
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
@ -139,7 +139,7 @@ pipeline:
|
|||
repo: laszlocloud/drone-oss-08-agent
|
||||
dockerfile: Dockerfile.agent
|
||||
secrets: [ docker_username, docker_password ]
|
||||
tag: [ 0.8.95 ]
|
||||
tag: [ 0.8.95-multi-pipeline ]
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
|
Loading…
Reference in a new issue