File tree Expand file tree Collapse file tree 5 files changed +13
-11
lines changed
Expand file tree Collapse file tree 5 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11---
22version : 2
33updates :
4- - package-ecosystem : " github-actions"
5- directory : " / "
4+ - package-ecosystem : github-actions
5+ directory : /
66 schedule :
7- interval : " weekly"
7+ interval : weekly
8+ day : monday
9+ time : " 00:00"
Original file line number Diff line number Diff line change 22name : Alpine Mainline
33on :
44 schedule :
5- - cron : " 0 0 * * 6 "
5+ - cron : " 0 0 * * 2 "
66 workflow_dispatch :
77jobs :
88 core :
4040 push : true
4141
4242 perl :
43- name : Build Alpine NGINX perl mainline Docker image
43+ name : Build Alpine NGINX mainline perl Docker image
4444 runs-on : ubuntu-20.04
4545 steps :
4646 - name : Check out the codebase
Original file line number Diff line number Diff line change 22name : Alpine Stable
33on :
44 schedule :
5- - cron : " 0 0 * * 6 "
5+ - cron : " 0 0 * * 2 "
66 workflow_dispatch :
77jobs :
88 core :
4040 push : true
4141
4242 perl :
43- name : Build Alpine NGINX perl stable Docker image
43+ name : Build Alpine NGINX stable perl Docker image
4444 runs-on : ubuntu-20.04
4545 steps :
4646 - name : Check out the codebase
Original file line number Diff line number Diff line change 22name : Debian Mainline
33on :
44 schedule :
5- - cron : " 0 0 * * 6 "
5+ - cron : " 0 0 * * 2 "
66 workflow_dispatch :
77jobs :
88 core :
4040 push : true
4141
4242 perl :
43- name : Build Debian perl NGINX mainline Docker image
43+ name : Build Debian NGINX mainline perl Docker image
4444 runs-on : ubuntu-20.04
4545 steps :
4646 - name : Check out the codebase
Original file line number Diff line number Diff line change 22name : Debian Stable
33on :
44 schedule :
5- - cron : " 0 0 * * 6 "
5+ - cron : " 0 0 * * 2 "
66 workflow_dispatch :
77jobs :
88 core :
4040 push : true
4141
4242 perl :
43- name : Build Debian perl NGINX stable Docker image
43+ name : Build Debian NGINX stable perl Docker image
4444 runs-on : ubuntu-20.04
4545 steps :
4646 - name : Check out the codebase
You can’t perform that action at this time.
0 commit comments