1
1
mirror of https://github.com/lddsb/drone-goreportcard synced 2024-11-22 10:51:56 +01:00

fix dockerhub publish dryrun permission denied

This commit is contained in:
lddsb 2019-03-10 15:23:44 +08:00
parent fa6a3c391f
commit ec6cb3a08b

@ -21,6 +21,10 @@ steps:
dryrun: true
repo: lddsb/drone-goreportcard
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password
- name: publish
pull: always