mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
Merge remote-tracking branch 'origin/master' into multi-pipeline
* origin/master: Bump version Latest UI with bugifx
This commit is contained in:
commit
be94151c0e
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-multi-pipeline-alpine ]
|
||||
tag: [ 0.8.96-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-multi-pipeline-alpine ]
|
||||
tag: [ 0.8.96-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-multi-pipeline ]
|
||||
tag: [ 0.8.96-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-multi-pipeline ]
|
||||
tag: [ 0.8.96-multi-pipeline ]
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
|
Loading…
Reference in a new issue