Skip to content

Check for base image updates #83

Check for base image updates

Check for base image updates #83

name: Check for base image updates
on:
workflow_dispatch:
schedule:
- cron: '57 0 * * 0'
jobs:
call-workflow:
uses: linuxserver-labs/docker-actions/.github/workflows/check-baseimage-update.yml@v6
with:
repo_owner: ${{ github.repository_owner }}
baseimage: "alpine"
basebranch: "3.18"
app_name: "webhook"
secrets:
repo_release_token: ${{ secrets.repo_release_token }}