mirror of
https://github.com/hugomods/docker.git
synced 2025-04-25 20:51:18 +03:00
chore: build nightly images every 12 hrs
This commit is contained in:
parent
defd348bf0
commit
8c08180e0b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-nightly.yml
vendored
2
.github/workflows/build-nightly.yml
vendored
|
@ -2,7 +2,7 @@ name: build-nightly
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0/12 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue