Merge pull request #366 from ArabCoders/dev

Added option to manually trigger build
This commit is contained in:
Abdulmohsen
2023-11-15 20:33:25 +03:00
committed by GitHub

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:
- '*'