File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 paths :
66 - ' docker/Dockerfile'
77 - ' .github/workflows/docker-builder.yml'
8+ - ' TMessagesProj/jni/boringssl'
9+ - ' TMessagesProj/jni/ffmpeg'
10+ - ' TMessagesProj/jni/libvpx'
11+ - ' TMessagesProj/jni/dav1d'
12+ - ' TMessagesProj/jni/tde2e_source'
13+ - ' TMessagesProj/jni/patches/**'
14+ - ' TMessagesProj/jni/build_*.sh'
15+ - ' TMessagesProj/jni/prepare.py'
16+ - ' TMessagesProj/jni/CMakeLists.txt'
17+ - ' TMessagesProj/jni/voip/**'
818 branches :
919 - dev
1020 schedule :
11- # First Sunday of each month at 03:00 UTC
1221 - cron : ' 0 3 1-7 * 0'
1322 workflow_dispatch :
1423
2332 packages : write
2433
2534 steps :
35+ - name : Free up disk space
36+ uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
37+ with :
38+ tool-cache : true
39+ android : true
40+
2641 - name : Checkout
2742 uses : actions/checkout@v4
43+ with :
44+ submodules : true
2845
2946 - name : Lowercase image name
3047 id : lower
4057 - name : Build and push
4158 uses : docker/build-push-action@v6
4259 with :
43- context : docker
60+ context : .
4461 file : docker/Dockerfile
4562 push : true
4663 tags : |
You can’t perform that action at this time.
0 commit comments