From c7ca04da30b2dffbfe3f468609c4bf05f8ba1aa4 Mon Sep 17 00:00:00 2001 From: vadorovsky Date: Tue, 6 Jun 2023 21:14:46 +0200 Subject: [PATCH] CI: Add a cron schedule to rebuild images daily (#9) This way we make sure that the `main` tag always has the newest packages and Rust toolchain. --- .github/workflows/devcontainer.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index d4d4157..9e17b74 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -7,6 +7,8 @@ on: pull_request: branches: - main + schedule: + - cron: '0 0 * * *' env: REGISTRY: ghcr.io