Skip to content

Convert to OCI image #1

Convert to OCI image

Convert to OCI image #1

Workflow file for this run

name: Build OCI image for navidrome
on:
schedule:
- cron: '0 0 21 * *'
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: navidrome
secrets: inherit
workflow-keepalive:
if: github.event_name == 'schedule'
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: liskin/gh-workflow-keepalive@7a9194bad497f0b993708eeaf10fc0a2d726eb71