We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb96e9e commit 26a6ac3Copy full SHA for 26a6ac3
1 file changed
.github/workflows/UploadDockerImages.yml
@@ -21,6 +21,8 @@ on:
21
schedule:
22
# Run the job daily at 12AM UTC
23
- cron: '0 0 * * *'
24
+
25
+ workflow_dispatch:
26
27
jobs:
28
build-image:
0 commit comments