Skip to content

Commit

Permalink
feat(CI): rebuild image on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
fourstepper committed Sep 25, 2024
1 parent b57656c commit 67727d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Publish Docker Image
on:
push:
branches:
- main # Change this to the branch you want to trigger the action on
- main
schedule:
- cron: 30 1 1,15 * *

jobs:
build-and-push:
Expand Down

0 comments on commit 67727d5

Please sign in to comment.