Skip to content

Commit 16c3a06

Browse files
Michael Vasseurvmcj
authored andcommitted
Rebuild the contributor image every friday morning
This was tried in the past but failed for some of our images, so this is the first check to make this work again.
1 parent 34fe46a commit 16c3a06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-contributor-container-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: 'Build Contributor container (Release)'
33
# Loosely based on: https://docs.docker.com/build/ci/github-actions/push-multi-registries/
44

55
on:
6+
schedule:
7+
- cron: "5 4 * * 5"
68
push:
79
branches:
810
- main

0 commit comments

Comments
 (0)