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", "kind": "pipeline",
"name": "deploy-docker-{}".format(tag_suffix), "name": "deploy-docker-{}".format(tag_suffix),
"trigger": { "trigger": {
"event": ["tag"], "event": ["tag", "push"],
"ref": [ "ref": [
"refs/heads/master", "refs/heads/master",
"refs/tags/v*", "refs/tags/v*",