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

Check for base image updates #71

Check for base image updates

Check for base image updates #71

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@v8.0.4
with:
repo_owner: "thespad"
baseimage: "alpine"
basebranch: "3.19"
app_name: "traefik-crowdsec-bouncer"
secrets:
repo_scoped_token: ${{ secrets.repo_scoped_token }}