Skip to content

Check for base image updates #74

Check for base image updates

Check for base image updates #74

name: Check for base image updates
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
call-workflow:
uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v7
with:
repo_owner: "thespad"
baseimage: "alpine"
basebranch: "3.18"
app_name: "dive"
secrets:
repo_scoped_token: ${{ secrets.repo_scoped_token }}