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 3cb040e commit f4363d2
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-v1.4]
branch: [main]
with:
branch: ${{ matrix.branch }}
images: '["registry.access.redhat.com/ubi9/go-toolset"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f4363d2

Please sign in to comment.