1
1
Fork 0
mirror of https://github.com/lddsb/drone-goreportcard synced 2024-04-26 12:55:01 +02: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

View File

@ -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