Skip to content

Commit

Permalink
Update .drone.yml with secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed Jan 9, 2018
1 parent 8a2b076 commit 3abb97e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pipeline:
docker:
image: plugins/docker
repo: metalmatze/transmission-exporter
secrets: [ docker_username, docker_password ]
tags:
- latest
when:
Expand All @@ -24,7 +25,7 @@ pipeline:
docker:
image: plugins/docker
repo: metalmatze/transmission-exporter
tags: [ '${TAG}' ]
secrets: [ docker_username, docker_password ]
tag: [ 0.2 ]
when:
event: [ tag ]
branch: [ refs/tags/* ]
event: tag

0 comments on commit 3abb97e

Please sign in to comment.