Added option to manually trigger build

This commit is contained in:
abdulmohsen
2023-11-15 20:25:07 +03:00
parent e0bd2a89d3
commit f9bc68ee44

View File

@@ -1,6 +1,17 @@
name: Build Container Images
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
push:
branches:
- '*'