Skip to content

Init

Init #1

Workflow file for this run

name: Build OCI image for base
on:
push:
branches: [main]
paths-ignore: ['*.md', 'LICENSE', '.gitignore']
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
uses: appjail-makejails/workflows/.github/workflows/daemonless-build.yaml@main
with:
image_name: base
secrets: inherit