Rebuild docker images every 2 days

This commit is contained in:
Kirill Fertikov 2023-06-26 14:42:51 +05:00 committed by GitHub
parent 07c529173e
commit e5533c3537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,8 @@ on:
- docker - docker
tags: tags:
- '*' - '*'
schedule:
- cron: '0 4 */2 * *'
jobs: jobs:
build: build: