Skip to content

Commit

Permalink
weekly instead of daily container build schedule, its sufficient
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperSkytte committed Nov 30, 2021
1 parent d1bdfd8 commit 11dd046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Docker

on:
schedule:
- cron: '23 4 * * *'
- cron: '23 4 * * 0'
push:
branches: [ main ]
# Publish semver tags as releases.
Expand Down

0 comments on commit 11dd046

Please sign in to comment.