Skip to content

Commit 0238172

Browse files
committed
Expanded Docker image rebuild triggers for native sources.
1 parent baae8de commit 0238172

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

.github/workflows/docker-builder.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ on:
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

@@ -23,8 +32,16 @@ jobs:
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
@@ -40,7 +57,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)