forgot to add a when event
This commit is contained in:
parent
232309e52d
commit
cd2e20a53b
@ -67,6 +67,9 @@ local manifest() = {
|
||||
username: { "from_secret": "docker_username" },
|
||||
password: { "from_secret": "docker_password" },
|
||||
},
|
||||
when: {
|
||||
event: "tag"
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user