Skip to content

Commit

Permalink
missing workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed May 2, 2021
1 parent 9bff0bb commit 7eff753
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/push_docker_manual.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#### Publish tags to docker hub
name: 📦 Deploy to Docker with tag
on:
inputs:
tag:
description: 'Enter docker image tag'
required: true
default: 'warning'
workflow_dispatch:
inputs:
tag:
description: 'Enter docker image tag'
required: true
default: 'branch'

jobs:
deploy:
Expand Down

0 comments on commit 7eff753

Please sign in to comment.