0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-19 15:02:47 +02:00

fix drone secrets

This commit is contained in:
Robert Kaussow 2022-04-25 16:15:55 +02:00
parent a22b9c4fbd
commit 3667a8c655
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

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