diff --git a/.github/workflows/cronjobs.yaml b/.github/workflows/cronjobs.yaml index f9daedf3..e733d6b5 100644 --- a/.github/workflows/cronjobs.yaml +++ b/.github/workflows/cronjobs.yaml @@ -10,8 +10,9 @@ jobs: uses: securesign/actions/.github/workflows/check-image-version.yaml@main strategy: matrix: - branch: [main, redhat-v0.8] + branch: [main] with: branch: ${{ matrix.branch }} + images: '["registry.access.redhat.com/ubi9/ubi-minimal"]' secrets: - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }}