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:
parent
ec72ba870a
commit
922c90d7ba
2
.github/workflows/docker_image.yml
vendored
2
.github/workflows/docker_image.yml
vendored
@ -9,6 +9,8 @@ on:
|
||||
- 'scripts/properties.sh'
|
||||
- 'scripts/setup-android-sdk.sh'
|
||||
- 'scripts/setup-ubuntu.sh'
|
||||
schedule:
|
||||
- cron: '0 2 * * 0'
|
||||
|
||||
jobs:
|
||||
update:
|
||||
|
Loading…
Reference in New Issue
Block a user