Skip to content

Commit a3f37e0

Browse files
committed
Enable manual docker build trigger
1 parent 77e0453 commit a3f37e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Build docker images
55
on:
66
push:
77
tags: ["v*"]
8+
workflow_dispatch: # A build was manually requested
89

910
permissions:
1011
contents: read

0 commit comments

Comments
 (0)