Skip to content

add code-server - this is a WIP container, its fully functional, but … #1

add code-server - this is a WIP container, its fully functional, but …

add code-server - this is a WIP container, its fully functional, but … #1

Workflow file for this run

# Build FreeBSD container image with dbuild.
# Docs: https://github.com/daemonless/dbuild
name: Daemonless Build FreeBSD Container
on:
push:
branches: [main]
paths-ignore: ['*.md', 'LICENSE', '.gitignore']
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
uses: daemonless/dbuild/.github/workflows/build.yml@v2

Check failure on line 16 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yaml" -> "daemonless/dbuild/.github/workflows/build.yml@v2" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
permissions:
contents: read
packages: write
secrets: inherit