fix: add settings attr to .dron.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
lab 2021-12-05 01:03:06 +08:00
parent b694fe11c7
commit 955aec1f16

View File

@ -22,11 +22,12 @@ steps:
- name: docker
image: plugins/docker
repo: esinio/helloworld
username:
from_secret: docker_username
password:
from_secret: docker_password
settings:
repo: esinio/helloworld
username:
from_secret: docker_username
password:
from_secret: docker_password
trigger:
branch: