Skip to content

Commit

Permalink
update-image-check-job (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
lance committed Mar 11, 2024
2 parents 8bd98eb + b25ad6f commit dbc0f3f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/cronjobs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: GH Actions Cron Schedule
on:
workflow_dispatch:
schedule:
# Every M-F at 12:00am run this job
- cron: "0 0 * * 1-5"

jobs:
check-image-version:
uses: securesign/actions/.github/workflows/check-image-version.yaml@main
strategy:
matrix:
branch: [main]
with:
branch: ${{ matrix.branch }}
images: '["registry.access.redhat.com/ubi9/nodejs-18"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dbc0f3f

Please sign in to comment.