Skip to content

Commit

Permalink
updding cronworkflow to once per hour + fixing push
Browse files Browse the repository at this point in the history
Signed-off-by: greg pereira <[email protected]>
  • Loading branch information
Gregory-Pereira committed Apr 29, 2024
1 parent cd84322 commit 82344de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/instructlab_baseimages_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update quay.io/ai-lab instructlab base images

on:
schedule: # schedule the job to run at 12 AM daily
- cron: '0 0 * * *'
- cron: '0 * * * *'

pull_request:
branches:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
id: build_image
uses: redhat-actions/[email protected]
with:
image: ${{ env.REGISTRY }}/${{ env.REGISTRY_ORG }}/${{ matrix.image_name }}
image: ${{ env.REGISTRY_ORG }}/${{ matrix.image_name }}
platforms: ${{ matrix.platforms }}
labels: |
${{ matrix.label }}
Expand Down

0 comments on commit 82344de

Please sign in to comment.