We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef1423 commit a1283b1Copy full SHA for a1283b1
1 file changed
.github/workflows/publish_docker_image.yml
@@ -5,6 +5,9 @@ on:
5
# push: # debug
6
release:
7
types: [ published ]
8
+
9
+ # Allows you to run this workflow manually from the Actions tab
10
+ workflow_dispatch:
11
12
jobs:
13
build:
0 commit comments