mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
Bump version
This commit is contained in:
parent
2832581dcd
commit
00983e4c8d
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.99-alpine ]
|
||||
tag: [ 0.8.100-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.99-alpine ]
|
||||
tag: [ 0.8.100-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.99 ]
|
||||
tag: [ 0.8.100 ]
|
||||
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.99 ]
|
||||
tag: [ 0.8.100 ]
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
|
Loading…
Reference in a new issue