mirror of
https://github.com/ivuorinen/docker-php-with-imagick-multi.git
synced 2026-02-04 13:44:27 +00:00
chore(ci): build every Monday at 2am
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -4,7 +4,7 @@ name: GitHub Docker Registry Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "41 1 * * *"
|
- cron: "0 2 * * 1" # At 2:00 on Monday.
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user