Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Check for base image updates #102

Check for base image updates

Check for base image updates #102

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@v6
with:
repo_owner: ${{ github.repository_owner }}
baseimage: "alpine"
basebranch: "3.15"
app_name: "daedalos"
secrets:
repo_release_token: ${{ secrets.repo_release_token }}