We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1b778 commit 7974d8aCopy full SHA for 7974d8a
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@v2
17
- permissions:
18
- contents: read
19
- packages: write
+ uses: daemonless/dbuild/.github/workflows/daemonless-build.yaml@main
+ with:
+ image_name: code-server
20
secrets: inherit
0 commit comments