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:
Michael Keller 2024-01-20 01:05:14 +13:00 committed by Dirk Hohndel
parent bef21ff5eb
commit 6dd5922d15
2 changed files with 10 additions and 21 deletions

View file

@ -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: