Skip to content
Snippets Groups Projects
Unverified Commit fab33c51 authored by Matthias Loibl's avatar Matthias Loibl
Browse files

Fix drone secrets after moving to Drone v1

parent 9a5383c3
Branches
Tags
No related merge requests found
......@@ -22,17 +22,16 @@ steps:
- make build
- name: docker-master
pull: default
pull: always
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: metalmatze/transmission-exporter
tags:
- master
environment:
DOCKER_PASSWORD:
from_secret: docker_password
DOCKER_USERNAME:
from_secret: docker_username
when:
branch:
- master
......@@ -40,19 +39,18 @@ steps:
- push
- name: docker-tag
pull: default
pull: always
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: metalmatze/transmission-exporter
tag:
- 0.2
- 0.2.1
- latest
environment:
DOCKER_PASSWORD:
from_secret: docker_password
DOCKER_USERNAME:
from_secret: docker_username
when:
event:
- tag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment