Skip to content

Commit

Permalink
Add schedule for new image creation
Browse files Browse the repository at this point in the history
Let's build the image once a month to get newest updates
from underlying Alpine image.
  • Loading branch information
misery committed Apr 22, 2024
1 parent 73f6bdc commit 55ea156
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- 'v*'
pull_request:
branches: [ master ]
schedule:
- cron: "0 0 1 * *"

jobs:
docker:
Expand Down

0 comments on commit 55ea156

Please sign in to comment.