Skip to content

Commit

Permalink
Pushing docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Sep 22, 2017
1 parent f5d4de1 commit 9ab9972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pipeline:
secrets: [ docker_username, docker_password ]
tag: [ latest ]
when:
branch: master
branch: release/*
event: push

publish_agent_amd64:
Expand All @@ -58,7 +58,7 @@ pipeline:
secrets: [ docker_username, docker_password ]
tag: [ latest ]
when:
branch: master
branch: release/*
event: push

release_server:
Expand Down

0 comments on commit 9ab9972

Please sign in to comment.