Skip to content

Commit

Permalink
Change time of cron job
Browse files Browse the repository at this point in the history
Avoid overlapping push of Dockerhub images to avoid resources being unavailable.
  • Loading branch information
Senui authored Sep 14, 2022
1 parent d30181e commit dd5c603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Docker image - development
on:
schedule:
# Every day at 3 am
- cron: '0 3 * * *'
- cron: '0 4 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit dd5c603

Please sign in to comment.