Skip to content

Commit 7974d8a

Browse files
committed
update legacy workflow that no longer works
1 parent 7f1b778 commit 7974d8a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.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@v2
17-
permissions:
18-
contents: read
19-
packages: write
13+
uses: daemonless/dbuild/.github/workflows/daemonless-build.yaml@main
14+
with:
15+
image_name: code-server
2016
secrets: inherit

0 commit comments

Comments
 (0)