Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Do image build before image scan each day
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
  • Loading branch information
luhring committed Jul 14, 2023
1 parent b1cf543 commit b54fbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rumble-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
schedule:
- cron: '0 11 * * *' # 6am eastern
- cron: '0 8 * * *' # 8am UTC — 2 hours before daily scan
workflow_dispatch: {}
env:
REF: "ghcr.io/chainguard-dev/rumble:latest"
Expand Down

0 comments on commit b54fbbb

Please sign in to comment.