Get back to building latest docker image on pushes to master
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-01-10 21:35:54 +00:00
parent 580f41e60e
commit 0208858e5e
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ def push_docker(tag_suffix, arch, repo):
"kind": "pipeline",
"name": "deploy-docker-{}".format(tag_suffix),
"trigger": {
"event": ["tag"],
"event": ["tag", "push"],
"ref": [
"refs/heads/master",
"refs/tags/v*",