mirror of
https://codeberg.org/demostf/db.git
synced 2026-06-03 10:04:10 +02:00
docker build on dispatch
This commit is contained in:
parent
8e1133133e
commit
79f1f863ba
1 changed files with 4 additions and 2 deletions
4
.github/workflows/docker.yaml
vendored
4
.github/workflows/docker.yaml
vendored
|
|
@ -3,8 +3,10 @@ name: docker-build
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'master'
|
||||
- 'main'
|
||||
repository_dispatch:
|
||||
types: [ build ]
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue