GitHub Action: use the containers we create with GitHub Actions

This closes the loop.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-11-24 14:20:19 -08:00
parent 90b8ccb705
commit 0c6f86f12d
3 changed files with 3 additions and 12 deletions

View file

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

View file

@ -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 }}/trusty-qt512:0.7
image: docker://dirkhh/trusty-qt512:0.7
image: docker://subsurface/trusty-qt512:1.0
steps:
- name: checkout sources

View file

@ -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 }}/mxe-build-container:0.9
image: docker://dirkhh/mxe-build-container:0.9
image: docker://subsurface/mxe-build-container:1.0
steps:
- name: checkout sources