We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02665d commit ce3c919Copy full SHA for ce3c919
.github/workflows/release-latest.yml
@@ -3,6 +3,7 @@ name: Build the Docker images and push them to the container registry
3
on:
4
push:
5
branches: [ "master" ]
6
+ workflow_dispatch: # manual trigger
7
8
jobs:
9
build:
0 commit comments