Skip to content

Commit

Permalink
Adding Image to cronjob action
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyd450 committed Sep 23, 2024
1 parent 1749df8 commit 37c6606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cronjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
branch: [main]
with:
branch: ${{ matrix.branch }}
images: '["registry.access.redhat.com/ubi9-minimal"]'
images: '["registry.access.redhat.com/ubi9-minimal","registry.redhat.io/rhel9/go-toolset"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 37c6606

Please sign in to comment.