mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 19:13:24 +00:00
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:
parent
90b8ccb705
commit
0c6f86f12d
3 changed files with 3 additions and 12 deletions
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
|
@ -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
|
||||
|
|
5
.github/workflows/linux-trusty-5.12.yml
vendored
5
.github/workflows/linux-trusty-5.12.yml
vendored
|
@ -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
|
||||
|
|
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue