Skip to content

Initial commit: AIO FreeBSD container for Dispatacharr. #1

Initial commit: AIO FreeBSD container for Dispatacharr.

Initial commit: AIO FreeBSD container for Dispatacharr. #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