Skip to content

Build FreeBSD Base Image #21

Build FreeBSD Base Image

Build FreeBSD Base Image #21

Workflow file for this run

name: Build FreeBSD Base Image
on:
push:
branches: [main]
paths-ignore: ['*.md', 'LICENSE', '.gitignore']
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
uses: daemonless/daemonless/.github/workflows/build-app.yaml@main

Check failure on line 13 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/daemonless/.github/workflows/build-app.yaml@main" (source branch with sha:da6ba371abda026f2e7b0354602fc37cafbb0fa6) : (Line: 449, Col: 13): Unrecognized named-value: 'secrets'. Located at position 79 within expression: success() && matrix.tag == 'latest' && github.event_name != 'pull_request' && secrets.DOCKERHUB_USERNAME != '' && secrets.DOCKERHUB_TOKEN != ''
with:
image_name: base
secrets: inherit