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.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index db8c17ed5..7a1ea65b1 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -11,10 +11,7 @@ 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
+ image: docker://subsurface/android-build-container:5.13.10
steps:
- name: checkout sources