Skip to content

Commit

Permalink
github/docker-image: Setup cron to build every night
Browse files Browse the repository at this point in the history
Signed-off-by: Panchajanya1999 <[email protected]>
  • Loading branch information
Panchajanya1999 committed Mar 15, 2024
1 parent 9c41ffa commit 308353f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '0 0 * * *'

jobs:

Expand Down

0 comments on commit 308353f

Please sign in to comment.