Skip to content

Commit

Permalink
ci: add every-month schedule for new base images
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Nov 10, 2023
1 parent e0f1c38 commit 7c3c4ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and push Bento base images
on:
workflow_dispatch:
schedule:
# no matter what, build new base images on the first of every month at 5:30 AM
- cron: '30 5 1 * *'

env:
BENTO_PYTHON_VERSION: "3.11"
Expand Down

0 comments on commit 7c3c4ba

Please sign in to comment.