Skip to content

Commit

Permalink
ci(gh-actions): add scheduler for running every monday at 00:00 (th t…
Browse files Browse the repository at this point in the history
…imezone)
  • Loading branch information
PunGrumpy committed Jun 28, 2024
1 parent 2846079 commit 7595331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
description: 'Build context directory (default: .)'
required: false
default: '.'
schedule:
- cron: '0 17 * * 1' # Every Monday at 00:00 GMT+7

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 7595331

Please sign in to comment.