# docker_push_git **Repository Path**: hycinth/docker_push_git ## Basic Information - **Project Name**: docker_push_git - **Description**: 使用crontab,定期向指定git仓库push空commit - **Primary Language**: Docker - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-01-17 - **Last Updated**: 2021-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker_push_git docker镜像,定时向指定仓库推送空提交 通过环境变量设定参数 + GIT_URL:仓库地址,http(s)可填写 http(s)://username:password@domain/path 的形式进行密码认证 + GIT_EMAIL Git邮箱 + GIT_NAME :Git昵称 + PRIVATE_KEY :SSH私钥 + CRON_TIME:推送时间,默认为 0 7 * * *