This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
Check for base image updates #71
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |