Skip to content

Commit

Permalink
Merge pull request #118 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 fcf20c3 + f4363d2 commit d6807bf
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 d6807bf

Please sign in to comment.