summaryrefslogtreecommitdiffstats
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2019-10-30 15:28:05 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-28 11:12:59 -0800
commit6612297022d63c38f674cfe5378a9db250b8ef6f (patch)
treeaba08088c3ce2b6daa9deb944d0ac759fd2d542c /.github/workflows/windows.yml
parent2048c7f73dbb0874c1e0fbf8816e1fbce8421ffc (diff)
downloadsubsurface-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/windows.yml')
-rw-r--r--.github/workflows/windows.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index b8a3030de..2710cfa37 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.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 }}/mxe-build-container:0.9
image: docker://dirkhh/mxe-build-container:0.9
steps: