Skip to content

Commit

Permalink
#453 Fix Docker build process
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Apr 5, 2019
1 parent 39cb8f4 commit cd51200
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 @@ -10,7 +10,7 @@ steps:
namespace: cortexneurons
user: {from_secret: docker_username}
password: {from_secret: docker_password}
latest: true
stable: true
when:
event: [tag]

Expand All @@ -21,7 +21,7 @@ steps:
namespace: cortexneurons
user: {from_secret: docker_username}
password: {from_secret: docker_password}
latest: true
stable: true
when:
event: [tag]

Expand Down

0 comments on commit cd51200

Please sign in to comment.