Skip to content

Commit 83e2971

Browse files
committed
add workflow for plex
1 parent fefea8d commit 83e2971

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Build FreeBSD Container
2+
3+
on:
4+
push:
5+
branches: [main]
6+
paths-ignore: ['*.md', 'LICENSE', '.gitignore']
7+
pull_request:
8+
branches: [main]
9+
workflow_dispatch:
10+
11+
jobs:
12+
build:
13+
uses: daemonless/daemonless/.github/workflows/build-app.yml@main
14+
with:
15+
image_name: plex
16+
secrets: inherit

0 commit comments

Comments
 (0)