1
0
Fork 0

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-06 13:46:17 +02:00 committed by GitHub
parent ddb6ebd8a4
commit d56d1aa9fd
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

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