mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Add workflow_dispatch trigger to build_and_push.yml
This commit is contained in:
parent
581aac8352
commit
0fbf430106
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_and_push.yml
vendored
1
.github/workflows/build_and_push.yml
vendored
|
|
@ -1,5 +1,6 @@
|
||||||
name: Docker image build and push
|
name: Docker image build and push
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [created]
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue