diff options
| author | Steven Koo <steven.koo@ni.com> | 2021-08-05 11:33:19 -0500 |
|---|---|---|
| committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-08-09 12:39:14 -0500 |
| commit | 0879e75f90e61b067c1e721799f177d1bac2558d (patch) | |
| tree | fa7d0771601159d2c6dbd35ed2065acd3149e131 | |
| parent | 77975d108a704ce18ec52b4ee1764381b1893752 (diff) | |
| download | uhd-0879e75f90e61b067c1e721799f177d1bac2558d.tar.gz uhd-0879e75f90e61b067c1e721799f177d1bac2558d.tar.bz2 uhd-0879e75f90e61b067c1e721799f177d1bac2558d.zip | |
ci: rebuild docker images weekly
Signed-off-by: Steven Koo <steven.koo@ni.com>
| -rw-r--r-- | .ci/uhd-build-docker-container.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.ci/uhd-build-docker-container.yml b/.ci/uhd-build-docker-container.yml index 8712a5f58..43514f527 100644 --- a/.ci/uhd-build-docker-container.yml +++ b/.ci/uhd-build-docker-container.yml @@ -20,6 +20,20 @@ pr: - .ci/docker - .ci/uhd-build-docker-container.yml +schedules: +- cron: "0 18 * * SAT" + displayName: Weekly Docker Build master branch + branches: + include: + - master + always: true +- cron: "0 22 * * SAT" + displayName: Weekly Docker Build UHD-4.1 branch + branches: + include: + - UHD-4.1 + always: true + variables: - template: uhd-pipeline-vars.yml - name: linuxDockerImages |
