Skip to content

Commit

Permalink
Rebuild the contributor image every friday morning
Browse files Browse the repository at this point in the history
This was tried in the past but failed for some of our images, so this is
the first check to make this work again.
  • Loading branch information
Michael Vasseur authored and vmcj committed Apr 27, 2024
1 parent 34fe46a commit 16c3a06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-contributor-container-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: 'Build Contributor container (Release)'
# Loosely based on: https://docs.docker.com/build/ci/github-actions/push-multi-registries/

on:
schedule:
- cron: "5 4 * * 5"
push:
branches:
- main
Expand Down

0 comments on commit 16c3a06

Please sign in to comment.