mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-06 13:54:56 -04:00
14 lines
355 B
YAML
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 |