CI: introduce weekly rebuilds of docker image

Docker image will be built & pushed every 7 days to ensure that
its packages are up-to-date.
This commit is contained in:
Leonid Pliushch 2020-05-02 15:27:36 +03:00
parent ec72ba870a
commit 922c90d7ba
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ on:
- 'scripts/properties.sh'
- 'scripts/setup-android-sdk.sh'
- 'scripts/setup-ubuntu.sh'
schedule:
- cron: '0 2 * * 0'
jobs:
update: