Skip to content

Commit

Permalink
CI: Add a cron schedule to rebuild images daily (#9)
Browse files Browse the repository at this point in the history
This way we make sure that the `main` tag always has the newest
packages and Rust toolchain.
  • Loading branch information
vadorovsky authored Jun 6, 2023
1 parent 521d442 commit c7ca04d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: '0 0 * * *'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit c7ca04d

Please sign in to comment.