Skip to content

Commit

Permalink
Merge pull request #51 from lance/update-update-job
Browse files Browse the repository at this point in the history
chore: update github action to pass images
  • Loading branch information
Gregory-Pereira committed Mar 14, 2024
2 parents 11b848f + 5d52f0f commit 5c36ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cronjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
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
Expand All @@ -13,5 +13,6 @@ jobs:
branch: [main]
with:
branch: ${{ matrix.branch }}
images: '["registry.redhat.io/openshift4/ose-tools-rhel8", "registry.redhat.io/ubi9/python-311"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5c36ffc

Please sign in to comment.