Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Jun 26, 2019
1 parent 0bead77 commit 69269f0
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 @@ -113,7 +113,7 @@ pipeline:
repo: laszlocloud/drone-oss-08-server
dockerfile: Dockerfile.alpine
secrets: [ docker_username, docker_password ]
tag: [ 0.8.96-multi-pipeline-alpine ]
tag: [ 0.8.97-alpine ]
when:
event: tag

Expand All @@ -122,15 +122,15 @@ pipeline:
repo: laszlocloud/drone-oss-08-agent
dockerfile: Dockerfile.agent.alpine
secrets: [ docker_username, docker_password ]
tag: [ 0.8.96-multi-pipeline-alpine ]
tag: [ 0.8.97-alpine ]
when:
event: tag

release_server:
image: plugins/docker
repo: laszlocloud/drone-oss-08-server
secrets: [ docker_username, docker_password ]
tag: [ 0.8.96-multi-pipeline ]
tag: [ 0.8.97 ]
when:
event: tag

Expand All @@ -139,7 +139,7 @@ pipeline:
repo: laszlocloud/drone-oss-08-agent
dockerfile: Dockerfile.agent
secrets: [ docker_username, docker_password ]
tag: [ 0.8.96-multi-pipeline ]
tag: [ 0.8.97 ]
when:
event: tag

Expand Down

0 comments on commit 69269f0

Please sign in to comment.