fixed docker publishing
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Paolo Asperti 2020-08-12 15:17:46 +02:00
parent 51f2e1f2d4
commit 967cb2aaf5
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 1 additions and 20 deletions

View File

@ -2,20 +2,6 @@ kind: pipeline
name: default
steps:
- name: build
image: plugins/docker:linux-amd64
pull: always
settings:
daemon_off: false
dry_run: true
repo: docker.asperti.com/paspo/ftps
tags:
- latest
when:
event:
exclude:
- tag
- name: build_and_publish
image: plugins/docker:linux-amd64
pull: always
@ -27,10 +13,5 @@ steps:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/ftps
tags:
- latest
username:
from_secret: docker_username
when:
event:
- tag
from_secret: docker_username