CI: add option to manually build Docker image

This commit is contained in:
VnPower
2024-04-17 20:36:11 +07:00
parent 845779daf6
commit 99b447c43f
+1 -1
View File
@@ -12,5 +12,5 @@ steps:
from_secret: DOCKER_PASSWORD
when:
branch: [ v2 ]
event: [ tag, release ]
event: [ tag, release, manual ]