Allow manual CI/CD runs
This commit is contained in:
parent
5897f0e3ed
commit
3b8bed5b0a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/push-docker.yml
vendored
1
.github/workflows/push-docker.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Push Docker Image with VersionNumber
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue