From 6612297022d63c38f674cfe5378a9db250b8ef6f Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Wed, 30 Oct 2019 15:28:05 +0100 Subject: 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 --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/windows.yml') 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: -- cgit v1.2.3-70-g09d2