We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc71957 commit f776193Copy full SHA for f776193
1 file changed
.github/workflows/build.yaml
@@ -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
+name: Build FreeBSD Container
5
6
on:
7
push:
@@ -13,8 +10,7 @@ on:
13
10
14
11
jobs:
15
12
build:
16
- uses: daemonless/dbuild/.github/workflows/build.yml@main
17
- permissions:
18
- contents: read
19
- packages: write
+ uses: daemonless/dbuild/.github/workflows/daemonless-build.yaml@main
+ with:
+ image_name: dispatcharr
20
secrets: inherit
0 commit comments