Files
Cleanuparr/.github/workflows/build.yml
2025-05-07 21:44:49 +03:00

14 lines
355 B
YAML

on:
workflow_dispatch:
workflow_call:
jobs:
build:
uses: flmorg/universal-workflows-testing/.github/workflows/dotnet.build.app.yml@main
with:
dockerRepository: flaminel/cleanuperr
githubContext: ${{ toJSON(github) }}
outputName: cleanuperr
selfContained: false
baseImage: 9.0-bookworm-slim
secrets: inherit