Allow to trigger image build manullay (#758)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/759/head
Anatolii Bazko 2021-04-07 17:28:51 +03:00 committed by GitHub
parent fa39d6f79e
commit 6972d8948d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@
name: Nightly Dockerimage Build
on:
# manual trigger if required
workflow_dispatch
schedule:
- cron: '0 0 * * *'
jobs: