mirror of
https://github.com/docker/metadata-action.git
synced 2025-06-20 09:57:58 +02:00
Update cron
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -2,7 +2,7 @@ name: ci
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *' # every hours
|
||||
- cron: '0 */4 * * *' # every 4 hours
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
|
Reference in New Issue
Block a user