mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
docker build on dispatch
This commit is contained in:
parent
524e4984a0
commit
376d7e79ca
1 changed files with 3 additions and 1 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