Skip to content

Commit

Permalink
Update .drone.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quving committed Dec 26, 2022
1 parent c72fd0e commit 148affd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
kind: pipeline
type: docker
name: pipeline

steps:
- name: publish
image: plugins/docker
Expand All @@ -12,8 +14,7 @@ steps:
password:
from_secret: docker_password
when:
status: [ success ]
branch: [ master ]
event: [ push ]

- name: publish tag
image: plugins/docker
Expand Down

0 comments on commit 148affd

Please sign in to comment.