mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CICD: Improve the Android Docker Image Build.
Introduce proper reuse of intermediary stages in the multi-stage build. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
bef21ff5eb
commit
6dd5922d15
2 changed files with 10 additions and 21 deletions
4
.github/workflows/android-dockerimage.yml
vendored
4
.github/workflows/android-dockerimage.yml
vendored
|
@ -3,8 +3,8 @@ name: Android Docker Image CI
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- scripts/docker/android-build-container
|
||||
- .github/workflows/android-docker*
|
||||
- scripts/docker/android-build-container/**
|
||||
- .github/workflows/android-dockerimage.yml
|
||||
|
||||
jobs:
|
||||
android-build-container:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue