From 0c6f86f12db41ff19e8a3b34a2b018a8ab7bca84 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 24 Nov 2019 14:20:19 -0800 Subject: GitHub Action: use the containers we create with GitHub Actions This closes the loop. Signed-off-by: Dirk Hohndel --- .github/workflows/windows.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows/windows.yml') diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2710cfa37..bf0a27dd2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 -- cgit v1.2.3-70-g09d2