Browse Source

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.
master
Leonid Plyushch 5 years ago
parent
commit
6a94869395
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      .github/workflows/docker_image.yml

2
.github/workflows/docker_image.yml

@ -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…
Cancel
Save