mirror of
https://github.com/demostf/proxy
synced 2026-06-03 12:04:07 +02:00
docker build on dispatch
This commit is contained in:
parent
7818c03595
commit
991b497adb
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
|
||||||
- 'master'
|
- 'master'
|
||||||
|
- 'main'
|
||||||
|
repository_dispatch:
|
||||||
|
types: [ build ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue