Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Check for base image updates #197

Check for base image updates

Check for base image updates #197

name: Check for base image updates
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
call-workflow:
uses: thespad/actions/.github/workflows/[email protected]
with:
repo_owner: "thespad"
baseimage: "alpine"
basebranch: "edge"
app_name: "dive"
branch_name: "main"
secrets:
repo_scoped_token: ${{ secrets.repo_scoped_token }}