Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Jun 5, 2019
1 parent 3b530fb commit e42b413
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -118,15 +118,15 @@ 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

release_server:
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

Expand All @@ -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

Expand Down

0 comments on commit e42b413

Please sign in to comment.