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
3b530fb75c
commit
e42b4130e3
1 changed files with 4 additions and 4 deletions
|
@ -109,7 +109,7 @@ pipeline:
|
|||
repo: laszlocloud/drone-oss-08-server
|
||||
dockerfile: Dockerfile.alpine
|
||||
secrets: [ docker_username, docker_password ]
|
||||
tag: [ 0.8.94-alpine ]
|
||||
tag: [ 0.8.95-alpine ]
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
@ -118,7 +118,7 @@ pipeline:
|
|||
repo: laszlocloud/drone-oss-08-agent
|
||||
dockerfile: Dockerfile.agent.alpine
|
||||
secrets: [ docker_username, docker_password ]
|
||||
tag: [ 0.8.94-alpine ]
|
||||
tag: [ 0.8.95-alpine ]
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
@ -126,7 +126,7 @@ pipeline:
|
|||
image: plugins/docker
|
||||
repo: laszlocloud/drone-oss-08-server
|
||||
secrets: [ docker_username, docker_password ]
|
||||
tag: [ 0.8.94 ]
|
||||
tag: [ 0.8.95 ]
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
@ -135,7 +135,7 @@ pipeline:
|
|||
repo: laszlocloud/drone-oss-08-agent
|
||||
dockerfile: Dockerfile.agent
|
||||
secrets: [ docker_username, docker_password ]
|
||||
tag: [ 0.8.94 ]
|
||||
tag: [ 0.8.95 ]
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
|
Loading…
Reference in a new issue