Skip to content

Commit

Permalink
workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed May 8, 2024
1 parent 8f5e651 commit 629b220
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/docker-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ on:
required: true
DOCKERHUB_TOKEN:
required: true
workflow_dispatch:
inputs:
repository:
required: false
type: string
description:
required: false
type: string
secrets:
DOCKERHUB_USERNAME:
required: true
DOCKERHUB_TOKEN:
required: true
jobs:
update:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 629b220

Please sign in to comment.