mirror of
https://github.com/mkuf/prind.git
synced 2026-05-06 06:17:41 +02:00
13 lines
322 B
YAML
13 lines
322 B
YAML
name: 'Image: Ustreamer'
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: '0 2 * * *'
|
|
jobs:
|
|
build:
|
|
uses: mkuf/prind/.github/workflows/image-workflow.yaml@main
|
|
with:
|
|
app: ustreamer
|
|
secrets:
|
|
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} |