Skip to content

Commit

Permalink
Merge pull request #155 from JasonPowr/update-image-check-job
Browse files Browse the repository at this point in the history
update-image-check-job
  • Loading branch information
JasonPowr authored Mar 12, 2024
2 parents 4423426 + 13fa92c commit 0bc2660
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-v2.2]
branch: [main]
with:
branch: ${{ matrix.branch }}
images: '["registry.access.redhat.com/ubi9/ubi-minimal"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0bc2660

Please sign in to comment.