Skip to content

Check for base image updates #9

Check for base image updates

Check for base image updates #9

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