summaryrefslogtreecommitdiffstats
path: root/.github/workflows/android.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/android.yml')
-rw-r--r--.github/workflows/android.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 63543ca32..db8c17ed5 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -11,6 +11,9 @@ jobs:
buildInContainer:
runs-on: ubuntu-latest
container:
+ # FIXME: Use templating once we can mangle org/repo name into something that docker accepts.
+ # and anonymus / actions access to github packages works.
+ #image: docker://docker.pkg.github.com/${{ github.repository }}/android-builder:5.13.01
image: docker://dirkhh/android-builder:5.13.01
steps: