Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
transmission-exporter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
varac-projects
transmission-exporter
Commits
fab33c51
Unverified
Commit
fab33c51
authored
5 years ago
by
Matthias Loibl
Browse files
Options
Downloads
Patches
Plain Diff
Fix drone secrets after moving to Drone v1
parent
9a5383c3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.drone.yml
+10
-12
10 additions, 12 deletions
.drone.yml
with
10 additions
and
12 deletions
.drone.yml
+
10
−
12
View file @
fab33c51
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment