From 598d4adb42e3590d8e3593a979a15720badd082a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 10 May 2020 16:53:10 +0100 Subject: [PATCH] Don't build with compose Weird things happen with the bind --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3349f60..6247b1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v1 - name: Build image - run: docker-compose build + run: docker build --tag $GITHUB_REPOSITORY . - name: Show image info run: docker images