Skip to content

Check for base image updates #90

Check for base image updates

Check for base image updates #90

name: Check for base image updates
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
call-workflow:
uses: linuxserver-labs/docker-actions/.github/workflows/[email protected]
with:
repo_owner: ${{ github.repository_owner }}
app_name: "monit"
baseimage: "alpine"
basebranch: "3.20"
secrets:
repo_release_token: ${{ secrets.repo_release_token }}