Again move building docker latest on push to master
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
IamTheFij 2020-01-10 14:55:13 -08:00
parent ad4a3770e7
commit 874d4ab0aa
1 changed files with 2 additions and 1 deletions

View File

@ -184,7 +184,7 @@ def push_to_docker(ctx):
"depends_on": ["py-tests"],
"workspace": get_workspace(),
"trigger": {
"event": ["tag"],
"event": ["tag", "push"],
"ref": [
"refs/heads/master",
"refs/tags/v*",
@ -213,4 +213,5 @@ def push_to_docker(ctx):
],
}]
# vim: ft=python