diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 0e2ad1b..dd28c91 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -1,6 +1,9 @@ name: Build Base -on: [push] +on: + push: + schedule: + - cron: '45 10 * * *' env: DOCKER_VERSION: 26