forgot to add a when event
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Nils Stinnesbeck 2021-01-03 17:17:51 +01:00
parent 232309e52d
commit cd2e20a53b

View File

@ -67,6 +67,9 @@ local manifest() = {
username: { "from_secret": "docker_username" },
password: { "from_secret": "docker_password" },
},
when: {
event: "tag"
},
},
],
};