We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fe46a commit 16c3a06Copy full SHA for 16c3a06
.github/workflows/build-contributor-container-release.yml
@@ -3,6 +3,8 @@ name: 'Build Contributor container (Release)'
3
# Loosely based on: https://docs.docker.com/build/ci/github-actions/push-multi-registries/
4
5
on:
6
+ schedule:
7
+ - cron: "5 4 * * 5"
8
push:
9
branches:
10
- main
0 commit comments