We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e0453 commit a3f37e0Copy full SHA for a3f37e0
.github/workflows/docker.yaml
@@ -5,6 +5,7 @@ name: Build docker images
5
on:
6
push:
7
tags: ["v*"]
8
+ workflow_dispatch: # A build was manually requested
9
10
permissions:
11
contents: read
0 commit comments