Skip to content

Commit

Permalink
Add ability to manually trigger the creation of the release image.
Browse files Browse the repository at this point in the history
  • Loading branch information
poprygun committed Aug 7, 2023
1 parent 369cda1 commit 2ceacd2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Docker Image CI

on:
release:
types: [created]

# on:
# workflow_dispatch:
# inputs:
# logLevel:
# description: 'Log level'
# required: true
# default: 'warning'
# push:
# branches: ['add_docker_build_action']
# release:
# types: [created]

on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
# push:
# branches: ['add_docker_build_action']

jobs:

Expand Down

0 comments on commit 2ceacd2

Please sign in to comment.