diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-11-24 14:20:19 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-05 15:51:29 -0800 |
commit | 0c6f86f12db41ff19e8a3b34a2b018a8ab7bca84 (patch) | |
tree | 1728a63ece5716f208f40a94b577bcb5ea0acfc1 /.github/workflows/android.yml | |
parent | 90b8ccb705ff20f742d6905587eeb93e5943e1f2 (diff) | |
download | subsurface-0c6f86f12db41ff19e8a3b34a2b018a8ab7bca84.tar.gz |
GitHub Action: use the containers we create with GitHub Actions
This closes the loop.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/android.yml')
-rw-r--r-- | .github/workflows/android.yml | 5 |
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 |