Skip to content

Commit

Permalink
Merge pull request #53 from iterait/schedule-dockerfiles
Browse files Browse the repository at this point in the history
schedule build images on 21:00 because of todays repos
  • Loading branch information
petrbel authored Apr 19, 2024
2 parents 85bec39 + b85079f commit 6c47768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-images-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Images Build

on:
schedule:
- cron: '0 3 * * *'
- cron: '0 21 * * *'
push:
branches:
- 'master'
Expand Down

0 comments on commit 6c47768

Please sign in to comment.