Skip to content

Commit

Permalink
ci: run edge build every night
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Feb 15, 2024
1 parent 596a10f commit 206d731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Docker images
on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 0"
- cron: "0 3 * * *"
push:
tags:
- "v*"
Expand Down

0 comments on commit 206d731

Please sign in to comment.