1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-04-18 15:54:10 +02:00

ci: rebuild and push the latest image on schedule

Rebuild and push the last commit of the default branch every monday at 00:00 UTC
This commit is contained in:
Nicolas Duchon 2021-04-07 17:10:37 +02:00 committed by GitHub
parent 9efeb5d8af
commit 6613e272eb
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@ name: DockerHub
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'
push:
branches:
- main