Skip to content

Commit

Permalink
Allow triggering the workflow from GH UI
Browse files Browse the repository at this point in the history
  • Loading branch information
wm3ndez committed Jan 28, 2024
1 parent e4283e2 commit ed1a102
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
push:
branches: [ main ]

workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'

env:
REGISTRY: ghcr.io

Expand Down

0 comments on commit ed1a102

Please sign in to comment.