Again move building docker latest on push to master
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
ad4a3770e7
commit
874d4ab0aa
@ -184,7 +184,7 @@ def push_to_docker(ctx):
|
|||||||
"depends_on": ["py-tests"],
|
"depends_on": ["py-tests"],
|
||||||
"workspace": get_workspace(),
|
"workspace": get_workspace(),
|
||||||
"trigger": {
|
"trigger": {
|
||||||
"event": ["tag"],
|
"event": ["tag", "push"],
|
||||||
"ref": [
|
"ref": [
|
||||||
"refs/heads/master",
|
"refs/heads/master",
|
||||||
"refs/tags/v*",
|
"refs/tags/v*",
|
||||||
@ -213,4 +213,5 @@ def push_to_docker(ctx):
|
|||||||
],
|
],
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
||||||
# vim: ft=python
|
# vim: ft=python
|
||||||
|
Loading…
Reference in New Issue
Block a user