Skip to content

Commit

Permalink
update-image-check-job
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPowr committed Mar 11, 2024
1 parent 9f83a01 commit 565ff85
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 @@ -10,8 +10,9 @@ jobs:
uses: securesign/actions/.github/workflows/check-image-version.yaml@main
strategy:
matrix:
branch: [main, redhat-v0.6]
branch: [main]
with:
branch: ${{ matrix.branch }}
images: '["registry.access.redhat.com/ubi9-minimal"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 565ff85

Please sign in to comment.