Skip to content

Commit 0f75a87

Browse files
committed
add github actions workflow
1 parent f10f5f2 commit 0f75a87

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/build.yaml

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/dbuild/.github/workflows/daemonless-build.yaml@main
14+
with:
15+
image_name: seerr
16+
secrets: inherit

0 commit comments

Comments
 (0)