Skip to content

Commit

Permalink
feat: schedule image updates monthly
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed May 11, 2024
1 parent 535b48c commit 9de2b3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "main" ]
tags:
- '*'
schedule:
- cron: '0 0 1 * *' # This will automatically run this workflow at 00:00 UTC on the first day of every month
workflow_dispatch:
pull_request:
branches: [ "main" ]
Expand Down

0 comments on commit 9de2b3e

Please sign in to comment.