mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-09 17:10:41 +00:00
fix drone secrets
This commit is contained in:
parent
a22b9c4fbd
commit
3667a8c655
@ -255,10 +255,10 @@ def docker(ctx, arch):
|
||||
"pull": "always",
|
||||
"settings": {
|
||||
"username": {
|
||||
"from_secret": "registry_username",
|
||||
"from_secret": "docker_username",
|
||||
},
|
||||
"password": {
|
||||
"from_secret": "registry_password",
|
||||
"from_secret": "docker_password",
|
||||
},
|
||||
"auto_tag": True,
|
||||
"auto_tag_suffix": "%s" % (arch),
|
||||
|
Loading…
Reference in New Issue
Block a user