diff options
author | Anton Lundin <glance@acc.umu.se> | 2019-10-30 15:28:05 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-11-28 11:12:59 -0800 |
commit | 6612297022d63c38f674cfe5378a9db250b8ef6f (patch) | |
tree | aba08088c3ce2b6daa9deb944d0ac759fd2d542c /.github/workflows/android.yml | |
parent | 2048c7f73dbb0874c1e0fbf8816e1fbce8421ffc (diff) | |
download | subsurface-6612297022d63c38f674cfe5378a9db250b8ef6f.tar.gz |
GitHub Actions: let CI build docker images
This create a GitHub Actions workflow to build the docker images we use in our
CI workflows.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to '.github/workflows/android.yml')
-rw-r--r-- | .github/workflows/android.yml | 3 |
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: |