Skip to content

Commit

Permalink
update-image-check-job (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPowr authored Mar 12, 2024
1 parent 85ca0b4 commit dc161c5
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 @@ -11,9 +11,10 @@ jobs:
uses: securesign/actions/.github/workflows/check-image-version.yaml@main
strategy:
matrix:
branch: [main, redhat-v1.5]
branch: [main]
with:
branch: ${{ matrix.branch }}
images: '["registry.access.redhat.com/ubi9/go-toolset", "registry.access.redhat.com/ubi9/ubi-minimal", "registry.redhat.io/rhel9/mariadb-105", "registry.redhat.io/rhel9/redis-6"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
registry_redhat_io_username: ${{ secrets.REGISTRY_REDHAT_IO_USERNAME }}
Expand Down

0 comments on commit dc161c5

Please sign in to comment.