Skip to content

Commit f776193

Browse files
committed
Use correct build workflow
1 parent cc71957 commit f776193

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Build FreeBSD container image with dbuild.
2-
# Docs: https://github.com/daemonless/dbuild
3-
4-
name: Daemonless Build FreeBSD Container
1+
name: Build FreeBSD Container
52

63
on:
74
push:
@@ -13,8 +10,7 @@ on:
1310

1411
jobs:
1512
build:
16-
uses: daemonless/dbuild/.github/workflows/build.yml@main
17-
permissions:
18-
contents: read
19-
packages: write
13+
uses: daemonless/dbuild/.github/workflows/daemonless-build.yaml@main
14+
with:
15+
image_name: dispatcharr
2016
secrets: inherit

0 commit comments

Comments
 (0)